From ffcc238ab1e8fe430b616deded83cdb3693b3266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Dupr=C3=A9?= Date: Thu, 5 Feb 2026 16:19:41 +0100 Subject: [PATCH] upgrade version to 0.9.1 --- CHANGELOGS.rst | 3 +++ _doc/index.rst | 5 +---- onnx_diagnostic/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index 0aff1a74..97a3309a 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -1,6 +1,9 @@ Change Logs =========== +0.9.1 ++++++ + 0.9.0 +++++ diff --git a/_doc/index.rst b/_doc/index.rst index 0f8bf986..00099c02 100644 --- a/_doc/index.rst +++ b/_doc/index.rst @@ -240,12 +240,9 @@ The function replaces dynamic dimensions defined as strings by Older versions ============== +* `0.9.1 <../v0.9.1/index.html>`_ * `0.9.0 <../v0.9.0/index.html>`_ * `0.8.11 <../v0.8.11/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>`_ -* `0.4.4 <../v0.4.4/index.html>`_ The documentation was updated on: diff --git a/onnx_diagnostic/__init__.py b/onnx_diagnostic/__init__.py index 0562b32b..a49ab450 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.9.0" +__version__ = "0.9.1" __author__ = "Xavier Dupré" diff --git a/pyproject.toml b/pyproject.toml index c8c0779e..5ba83544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "onnx-diagnostic" -version = "0.9.0" +version = "0.9.1" description = "Tools to help converting pytorch models into ONNX." readme = "README.rst" authors = [