diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index e69e18c9..28ffe2b7 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -1,6 +1,9 @@ Change Logs =========== +0.5.0 ++++++ + 0.4.4 +++++ diff --git a/_doc/index.rst b/_doc/index.rst index ecbedbbe..9bf8fe3c 100644 --- a/_doc/index.rst +++ b/_doc/index.rst @@ -177,6 +177,7 @@ Size of the package: Older versions ++++++++++++++ +* `0.5.0 <../v0.5.0/index.html>`_ * `0.4.4 <../v0.4.4/index.html>`_ * `0.4.3 <../v0.4.3/index.html>`_ * `0.4.2 <../v0.4.2/index.html>`_ diff --git a/onnx_diagnostic/__init__.py b/onnx_diagnostic/__init__.py index 7a45dfe1..02f6377d 100644 --- a/onnx_diagnostic/__init__.py +++ b/onnx_diagnostic/__init__.py @@ -3,5 +3,5 @@ Functions, classes to dig into a model when this one is right, slow, wrong... """ -__version__ = "0.4.4" +__version__ = "0.5.0" __author__ = "Xavier Dupré"