Skip to content

Commit 27ca487

Browse files
committed
Bump version 0.18.2
1 parent 7f5c393 commit 27ca487

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ansys/fluent/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
# major, minor, patch
9-
version_info = 0, 18, 1
9+
version_info = 0, 18, 2
1010

1111
# Nice string for the version
1212
__version__ = ".".join(map(str, version_info))

tests/test_fluent_fixes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ def test_monitors_list_set_data_637_974_1744_2188(new_solver_session):
3838
solver_session = new_solver_session
3939

4040
import_case = examples.download_file(
41-
file_name="exhaust_system.cas.h5", directory="pyfluent/exhaust_system"
41+
"exhaust_system.cas.h5", directory="pyfluent/exhaust_system"
4242
)
4343

4444
import_data = examples.download_file(
45-
file_name="exhaust_system.dat.h5", directory="pyfluent/exhaust_system"
45+
"exhaust_system.dat.h5", directory="pyfluent/exhaust_system"
4646
)
4747

4848
solver_session.tui.file.read_case(import_case)

0 commit comments

Comments
 (0)