File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66# Check https://python-poetry.org/docs/pyproject/ for all available sections
77name = " ansys-fluent-visualization"
8- version = " 0.21.0 "
8+ version = " 0.21.1 "
99description = " A python wrapper for ansys Fluent visualization"
1010license = " MIT"
1111authors = [
" ANSYS, Inc. <[email protected] >" ]
@@ -25,7 +25,7 @@ packages = [
2525[tool .poetry .dependencies ]
2626python = " >=3.10,<4.0"
2727importlib-metadata = {version = " ^4.0" , python = " <3.9" }
28- ansys-fluent-core = " ~=0.34.0 "
28+ ansys-fluent-core = " ~=0.34.1 "
2929pyvista = " >=0.44.0"
3030matplotlib = " >=3.6.0"
3131pyvistaqt = { version = " ~=0.11.1" , optional = true }
Original file line number Diff line number Diff line change 2424
2525
2626def test_pkg_version ():
27- assert __version__ == "0.21.0 "
27+ assert __version__ == "0.21.1 "
You can’t perform that action at this time.
0 commit comments