Skip to content

Commit

Permalink
Bump version 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raph-luc committed Nov 15, 2023
1 parent 7f5c393 commit 27ca487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

# major, minor, patch
version_info = 0, 18, 1
version_info = 0, 18, 2

# Nice string for the version
__version__ = ".".join(map(str, version_info))
4 changes: 2 additions & 2 deletions tests/test_fluent_fixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ def test_monitors_list_set_data_637_974_1744_2188(new_solver_session):
solver_session = new_solver_session

import_case = examples.download_file(
file_name="exhaust_system.cas.h5", directory="pyfluent/exhaust_system"
"exhaust_system.cas.h5", directory="pyfluent/exhaust_system"
)

import_data = examples.download_file(
file_name="exhaust_system.dat.h5", directory="pyfluent/exhaust_system"
"exhaust_system.dat.h5", directory="pyfluent/exhaust_system"
)

solver_session.tui.file.read_case(import_case)
Expand Down

0 comments on commit 27ca487

Please sign in to comment.