From f0895925b61d49e44e56e02c6a413dbe42edcdef Mon Sep 17 00:00:00 2001 From: benflexcompute Date: Tue, 5 May 2026 13:24:50 -0400 Subject: [PATCH] Bump to 25.9.7 --- flow360/version.py | 2 +- pyproject.toml | 2 +- tests/test_current_flow360_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"