Skip to content

Commit 752b783

Browse files
authored
update version (#161)
1 parent f98675e commit 752b783

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
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.7.2
5+
+++++
6+
47
0.7.1
58
+++++
69

_doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ The function replaces dynamic dimensions defined as strings by
213213
Older versions
214214
==============
215215

216+
* `0.7.2 <../v0.7.2/index.html>`_
216217
* `0.7.1 <../v0.7.1/index.html>`_
217218
* `0.7.0 <../v0.7.0/index.html>`_
218219
* `0.6.3 <../v0.6.3/index.html>`_

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.7.1"
6+
__version__ = "0.7.2"
77
__author__ = "Xavier Dupré"

0 commit comments

Comments
 (0)