Skip to content

Commit 47dac08

Browse files
authored
upgrade version (#84)
1 parent 94d9508 commit 47dac08

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.5.0
5+
+++++
6+
47
0.4.4
58
+++++
69

_doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Size of the package:
177177
Older versions
178178
++++++++++++++
179179

180+
* `0.5.0 <../v0.5.0/index.html>`_
180181
* `0.4.4 <../v0.4.4/index.html>`_
181182
* `0.4.3 <../v0.4.3/index.html>`_
182183
* `0.4.2 <../v0.4.2/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.4.4"
6+
__version__ = "0.5.0"
77
__author__ = "Xavier Dupré"

0 commit comments

Comments
 (0)