Skip to content

Commit fcd9ca7

Browse files
Update version (#1940)
1 parent b38a2ea commit fcd9ca7

4 files changed

Lines changed: 4 additions & 4 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.5"
5+
__version__ = "25.9.6"
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.5"
3+
version = "v25.9.6"
44
description = "Flow360 Python Client"
55
authors = ["Flexcompute <support@flexcompute.com>"]
66

tests/simulation/ref/simulation_with_project_variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,5 +418,5 @@
418418
"name": "SI"
419419
},
420420
"user_defined_fields": [],
421-
"version": "25.9.5"
421+
"version": "25.9.6"
422422
}

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.5"
5+
assert __version__ == "25.9.6"

0 commit comments

Comments
 (0)