diff --git a/VERSION b/VERSION index 818bd47ab..2451c27ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.6 +3.0.7 diff --git a/tests/pyansys-actions/pyproject.toml b/tests/pyansys-actions/pyproject.toml index 59730ef26..4e39a7184 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 = "3.0.6" +version = "3.0.7" description = "A demo library for testing pyansys actions" readme = "README.rst" requires-python = ">=3.7"