diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index 0f7a49e2..ddc855de 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -1,6 +1,9 @@ Change Logs =========== +0.8.4 ++++++ + 0.8.3 +++++ diff --git a/_doc/index.rst b/_doc/index.rst index c41e655a..8a54d488 100644 --- a/_doc/index.rst +++ b/_doc/index.rst @@ -239,8 +239,8 @@ The function replaces dynamic dimensions defined as strings by Older versions ============== +* `0.8.4 <../v0.8.4/index.html>`_ * `0.8.3 <../v0.8.3/index.html>`_ -* `0.8.2 <../v0.8.2/index.html>`_ * `0.7.16 <../v0.7.16/index.html>`_ * `0.6.3 <../v0.6.3/index.html>`_ * `0.5.0 <../v0.5.0/index.html>`_ diff --git a/onnx_diagnostic/__init__.py b/onnx_diagnostic/__init__.py index e8c842df..94025e37 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.8.3" +__version__ = "0.8.4" __author__ = "Xavier Dupré" diff --git a/pyproject.toml b/pyproject.toml index 5e12ab22..6ea41d7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "onnx-diagnostic" -version = "0.8.3" +version = "0.8.4" description = "Tools to help converting pytorch models into ONNX." readme = "README.rst" authors = [