Skip to content

Commit ffcc238

Browse files
committed
upgrade version to 0.9.1
1 parent eaeec9f commit ffcc238

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOGS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Change Logs
22
===========
33

4+
0.9.1
5+
+++++
6+
47
0.9.0
58
+++++
69

_doc/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,9 @@ The function replaces dynamic dimensions defined as strings by
240240
Older versions
241241
==============
242242

243+
* `0.9.1 <../v0.9.1/index.html>`_
243244
* `0.9.0 <../v0.9.0/index.html>`_
244245
* `0.8.11 <../v0.8.11/index.html>`_
245-
* `0.7.16 <../v0.7.16/index.html>`_
246-
* `0.6.3 <../v0.6.3/index.html>`_
247-
* `0.5.0 <../v0.5.0/index.html>`_
248-
* `0.4.4 <../v0.4.4/index.html>`_
249246

250247
The documentation was updated on:
251248

onnx_diagnostic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Functions, classes to dig into a model when this one is right, slow, wrong...
44
"""
55

6-
__version__ = "0.9.0"
6+
__version__ = "0.9.1"
77
__author__ = "Xavier Dupré"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "onnx-diagnostic"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Tools to help converting pytorch models into ONNX."
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)