diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index d3f550a9..e9c78a8f 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -87,7 +87,7 @@ it with the following: .. code:: bash - unzip pyansys-v2024.1.5-wheelhouse-Linux-3.9-core.zip wheelhouse + unzip pyansys-v2024.1.7-wheelhouse-Linux-3.9-core.zip wheelhouse pip install pyansys -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 above. diff --git a/pyproject.toml b/pyproject.toml index 55e040d5..a2f5aad5 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 = "pyansys" -version = "2024.1.6" +version = "2024.1.7" description = "Pythonic interfaces to Ansys products" readme = "README.rst" requires-python = ">=3.9,<4"