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.14.dev0 "
8+ version = " 0.14.0 "
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.26.dev0 "
28+ ansys-fluent-core = " ~=0.26.0 "
2929pyvista = " ~=0.44.1"
3030pyvistaqt = " ~=0.11.1"
3131pyside6 = " ~=6.7.2"
Original file line number Diff line number Diff line change 22
33
44def test_pkg_version ():
5- assert __version__ == "0.14.dev0 "
5+ assert __version__ == "0.14.0 "
You can’t perform that action at this time.
0 commit comments