diff --git a/pyproject.toml b/pyproject.toml index 5ee77d3f..e2d1be0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # Check https://python-poetry.org/docs/pyproject/ for all available sections name = "ansys-fluent-visualization" -version = "0.16.dev0" +version = "0.16.0" description = "A python wrapper for ansys Fluent visualization" license = "MIT" authors = ["ANSYS, Inc. "] @@ -25,7 +25,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.10,<4.0" importlib-metadata = {version = "^4.0", python = "<3.9"} -ansys-fluent-core = "~=0.29.dev0" +ansys-fluent-core = "~=0.28.0" pyvista = { version = ">=0.44.0", extras = ["jupyter"]} matplotlib = ">=3.6.0" vtk = {version = "<9.4.0", python = "<3.13"} diff --git a/tests/test_metadata.py b/tests/test_metadata.py index 58582fd2..7fb4e540 100644 --- a/tests/test_metadata.py +++ b/tests/test_metadata.py @@ -2,4 +2,4 @@ def test_pkg_version(): - assert __version__ == "0.16.dev0" + assert __version__ == "0.16.0"