diff --git a/VERSION b/VERSION index e86cd8725..227cea215 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.dev0 +2.0.0 diff --git a/tests/pyansys-actions/pyproject.toml b/tests/pyansys-actions/pyproject.toml index 893f3df11..238a5cc6e 100644 --- a/tests/pyansys-actions/pyproject.toml +++ b/tests/pyansys-actions/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-actions-core" -version = "2.0.dev0" +version = "2.0.0" description = "A demo library for testing pyansys actions" readme = "README.rst" requires-python = ">=3.7"