From d14c50c4ca5ec6462bee0d958573a4dc8aafe70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Dupr=C3=A9?= Date: Fri, 20 Feb 2026 18:08:25 +0100 Subject: [PATCH] upgrade version to 0.9.3 --- CHANGELOGS.rst | 3 +++ _doc/index.rst | 2 +- onnx_diagnostic/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index 3f5a4a22..37506809 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -1,6 +1,9 @@ Change Logs =========== +0.9.3 ++++++ + 0.9.2 +++++ diff --git a/_doc/index.rst b/_doc/index.rst index 5e46d514..4347b731 100644 --- a/_doc/index.rst +++ b/_doc/index.rst @@ -241,8 +241,8 @@ The function replaces dynamic dimensions defined as strings by Older versions ============== +* `0.9.3 <../v0.9.3/index.html>`_ * `0.9.2 <../v0.9.2/index.html>`_ -* `0.9.1 <../v0.9.1/index.html>`_ * `0.8.11 <../v0.8.11/index.html>`_ The documentation was updated on: diff --git a/onnx_diagnostic/__init__.py b/onnx_diagnostic/__init__.py index 405c33f3..b05d374e 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.2" +__version__ = "0.9.3" __author__ = "Xavier Dupré" diff --git a/pyproject.toml b/pyproject.toml index 2fbf7c27..bf543d6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "onnx-diagnostic" -version = "0.9.2" +version = "0.9.3" description = "Tools to help converting pytorch models into ONNX." readme = "README.rst" authors = [