diff --git a/pyproject.toml b/pyproject.toml index c68e7d94..95375fd93 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.7.dev1" +version = "0.7.0" description = "A python wrapper for ansys Fluent visualization" license = "MIT" authors = ["ANSYS, Inc. "] @@ -25,7 +25,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.7,<4.0" importlib-metadata = {version = "^4.0", python = "<3.8"} -ansys-fluent-core = "~=0.13.dev0" +ansys-fluent-core = "~=0.13.0" vtk = {version = ">=9.0.3", python = "<=3.9"} pyvista = ">=0.33.2" pyvistaqt = ">=0.7.0" diff --git a/tests/test_metadata.py b/tests/test_metadata.py index 253beaec..cab5f3f4 100644 --- a/tests/test_metadata.py +++ b/tests/test_metadata.py @@ -2,4 +2,4 @@ def test_pkg_version(): - assert __version__ == "0.7.dev1" + assert __version__ == "0.7.0"