File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
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.10.0 "
8+ version = " 0.10.1 "
99description = " A python wrapper for ansys Fluent visualization"
1010license = " MIT"
1111authors = [
" ANSYS, Inc. <[email protected] >" ]
@@ -25,12 +25,11 @@ packages = [
2525[tool .poetry .dependencies ]
2626python = " >=3.9,<4.0"
2727importlib-metadata = {version = " ^4.0" , python = " <3.9" }
28- ansys-fluent-core = " ~=0.21.0 "
28+ ansys-fluent-core = " ~=0.21.2 "
2929vtk = " >=9.3.0.rc0"
3030pyvista = " >=0.39.0"
3131pyvistaqt = " >=0.7.0"
3232matplotlib = " >=3.5.1"
33- requests = " ==2.31.0"
3433
3534[tool .poetry .urls ]
3635"Documentation" = " https://visualization.fluent.docs.pyansys.com/"
Original file line number Diff line number Diff line change 22
33
44def test_pkg_version ():
5- assert __version__ == "0.10.0 "
5+ assert __version__ == "0.10.1 "
You can’t perform that action at this time.
0 commit comments