diff --git a/README.rst b/README.rst index 6ce34069e6..4ffa81a183 100644 --- a/README.rst +++ b/README.rst @@ -233,7 +233,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.2.dev0-wheelhouse-Linux-3.7.zip wheelhouse + unzip ansys-geometry-core-v0.2.0-wheelhouse-Linux-3.7.zip wheelhouse pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the preceding command. diff --git a/doc/source/conf.py b/doc/source/conf.py index c229592302..86973dc044 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ project = "ansys-geometry-core" copyright = f"(c) {datetime.now().year} ANSYS, Inc. All rights reserved" author = "ANSYS, Inc." -release = version = "0.2.dev0" +release = version = "0.2.0" cname = os.getenv("DOCUMENTATION_CNAME", default="nocname.com") # Select desired logo, theme, and declare the html title diff --git a/doc/source/getting_started/installation.rst b/doc/source/getting_started/installation.rst index e7f5d98462..92cc8951c0 100644 --- a/doc/source/getting_started/installation.rst +++ b/doc/source/getting_started/installation.rst @@ -86,7 +86,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.2.dev0-wheelhouse-Linux-3.7.zip wheelhouse + unzip ansys-geometry-core-v0.2.0-wheelhouse-Linux-3.7.zip wheelhouse pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as preceding. diff --git a/pyproject.toml b/pyproject.toml index 82dc882b0e..9ef8a16124 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-geometry-core" -version = "0.2.dev0" +version = "0.2.0" description = "A python wrapper for Ansys Geometry service" readme = "README.rst" requires-python = ">=3.7,<4"