Skip to content

Commit f307f8a

Browse files
authored
upgrade version (#411)
1 parent 67281cb commit f307f8a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

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.2
5+
+++++
6+
47
0.9.1
58
+++++
69

_doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ The function replaces dynamic dimensions defined as strings by
241241
Older versions
242242
==============
243243

244+
* `0.9.2 <../v0.9.2/index.html>`_
244245
* `0.9.1 <../v0.9.1/index.html>`_
245-
* `0.9.0 <../v0.9.0/index.html>`_
246246
* `0.8.11 <../v0.8.11/index.html>`_
247247

248248
The documentation was updated on:

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.1"
6+
__version__ = "0.9.2"
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.1"
3+
version = "0.9.2"
44
description = "Tools to help converting pytorch models into ONNX."
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)