diff --git a/README.rst b/README.rst index 75d795c150..6598d2cedc 100644 --- a/README.rst +++ b/README.rst @@ -253,7 +253,7 @@ For example, on Linux with Python 3.8, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.2.7-wheelhouse-Linux-3.8.zip wheelhouse + unzip ansys-geometry-core-v0.2.8-wheelhouse-Linux-3.8.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/getting_started/installation.rst b/doc/source/getting_started/installation.rst index 49f837c616..bb5f8ac309 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.8, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.2.7-wheelhouse-Linux-3.8.zip wheelhouse + unzip ansys-geometry-core-v0.2.8-wheelhouse-Linux-3.8.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 01d02ab3ad..66fa84786a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-geometry-core" -version = "0.2.7" +version = "0.2.8" description = "A python wrapper for Ansys Geometry service" readme = "README.rst" requires-python = ">=3.8,<4"