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.11 .dev0"
8+ version = " 0.12 .dev0"
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.9,<4.0"
2727importlib-metadata = {version = " ^4.0" , python = " <3.9" }
28- ansys-fluent-core = " ~=0.22 .dev0"
28+ ansys-fluent-core = " ~=0.23 .dev0"
2929vtk = " >=9.3.0.rc0"
3030pyvista = " >=0.39.0"
3131pyvistaqt = " >=0.7.0"
Original file line number Diff line number Diff line change 22
33
44def test_pkg_version ():
5- assert __version__ == "0.11 .dev0"
5+ assert __version__ == "0.12 .dev0"
You can’t perform that action at this time.
0 commit comments