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.4.0 "
8+ version = " 0.4.1 "
99description = " A python wrapper for ansys Fluent visualization"
1010license = " MIT"
1111authors = [
" ANSYS, Inc. <[email protected] >" ]
@@ -26,7 +26,7 @@ packages = [
2626python = " >=3.7,<4.0"
2727importlib-metadata = {version = " ^4.0" , python = " <3.8" }
2828ansys-fluent-core = " ~=0.10"
29- vtk = {version = " 9.1.0 " , python = " <=3.9" }
29+ vtk = {version = " >=9.0.3 " , python = " <=3.9" }
3030ipyvtklink = " >=0.2.2"
3131pyvista = " >=0.33.2"
3232pyvistaqt = " >=0.7.0"
Original file line number Diff line number Diff line change 22
33
44def test_pkg_version ():
5- assert __version__ == "0.4.0 "
5+ assert __version__ == "0.4.1 "
You can’t perform that action at this time.
0 commit comments