diff --git a/doc/source/integration_guide.rst b/doc/source/integration_guide.rst index b15e120..adacfaf 100644 --- a/doc/source/integration_guide.rst +++ b/doc/source/integration_guide.rst @@ -52,10 +52,6 @@ with the following ``require`` string: ``"ansys-platform-instancemanagement~=1.0"`` -.. note:: - - As the time of the writing, 1.0.0 is not yet released. - Condition to use PyPIM ====================== diff --git a/pyproject.toml b/pyproject.toml index d63e7f9..681ca07 100644 --- a/pyproject.toml +++ b/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-platform-instancemanagement" -version = "1.0.dev0" +version = "1.0.0" description = "A Python wrapper for Ansys platform instancemanagement" readme = "README.rst" requires-python = ">=3.7" diff --git a/tests/test_metadata.py b/tests/test_metadata.py index 3c6f22c..e5a703e 100644 --- a/tests/test_metadata.py +++ b/tests/test_metadata.py @@ -2,4 +2,4 @@ def test_pkg_version(): - assert __version__ == "1.0.dev0" + assert __version__ == "1.0.0"