Skip to content

Commit 89a19cc

Browse files
Bump 25. 9 version to 25.9.7 (#2035)
1 parent 63fc87c commit 89a19cc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

flow360/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
version
33
"""
44

5-
__version__ = "25.9.6"
5+
__version__ = "25.9.7"
66
__solver_version__ = "release-25.9"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flow360"
3-
version = "v25.9.6"
3+
version = "v25.9.7"
44
description = "Flow360 Python Client"
55
authors = ["Flexcompute <support@flexcompute.com>"]
66

tests/test_current_flow360_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "25.9.6"
5+
assert __version__ == "25.9.7"

0 commit comments

Comments
 (0)