diff --git a/flow360/version.py b/flow360/version.py index 34ee7bfae..2a8d7c6d8 100644 --- a/flow360/version.py +++ b/flow360/version.py @@ -2,5 +2,5 @@ version """ -__version__ = "25.9.6" +__version__ = "25.9.7" __solver_version__ = "release-25.9" diff --git a/pyproject.toml b/pyproject.toml index 256fc25c3..5d343c80e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flow360" -version = "v25.9.6" +version = "v25.9.7" description = "Flow360 Python Client" authors = ["Flexcompute "] diff --git a/tests/test_current_flow360_version.py b/tests/test_current_flow360_version.py index e8ab54a47..cf2cb9cae 100644 --- a/tests/test_current_flow360_version.py +++ b/tests/test_current_flow360_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "25.9.6" + assert __version__ == "25.9.7"