diff --git a/doc/source/assets.rst b/doc/source/assets.rst index 917a3ed4c1..e73eddcad0 100644 --- a/doc/source/assets.rst +++ b/doc/source/assets.rst @@ -25,7 +25,7 @@ For example, on Linux with Python 3.9, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.4.0-wheelhouse-ubuntu-latest3.9.zip wheelhouse + unzip ansys-geometry-core-v0.4.1-wheelhouse-ubuntu-latest3.9.zip wheelhouse pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed If you are 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 799e80277f..9f4df1e31a 100644 --- a/doc/source/getting_started/installation.rst +++ b/doc/source/getting_started/installation.rst @@ -77,7 +77,7 @@ For example, on Linux with Python 3.9, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.4.0-wheelhouse-Linux-3.9.zip wheelhouse + unzip ansys-geometry-core-v0.4.1-wheelhouse-Linux-3.9.zip wheelhouse pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed If you are on Windows with Python 3.9, unzip the wheelhouse archive to a wheelhouse directory diff --git a/pyproject.toml b/pyproject.toml index d5fbe8081d..7ef855cba2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-geometry-core" -version = "0.4.0" +version = "0.4.1" description = "A python wrapper for Ansys Geometry service" readme = "README.rst" requires-python = ">=3.9,<4"