diff --git a/README.rst b/README.rst index f10299f7..146613c9 100644 --- a/README.rst +++ b/README.rst @@ -196,7 +196,7 @@ commands: .. code:: bash - unzip pyansys-v2024.2.2-wheelhouse-Linux-3.9-core.zip wheelhouse + unzip pyansys-v2024.2.3-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 then install using diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 5549386f..436d7588 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.2.2-wheelhouse-Linux-3.9-core.zip wheelhouse + unzip pyansys-v2024.2.3-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/doc/source/supported_versions.rst b/doc/source/supported_versions.rst index 98df54d0..51989d6c 100644 --- a/doc/source/supported_versions.rst +++ b/doc/source/supported_versions.rst @@ -61,5 +61,5 @@ Below you can find a list of the Python versions supported by each PyAnsys metap .. _2023.1: https://pypi.org/project/pyansys/2023.1.3/ .. _2023.2: https://pypi.org/project/pyansys/2023.2.11/ .. _2024.1: https://pypi.org/project/pyansys/2024.1.8/ -.. _2024.2: https://pypi.org/project/pyansys/2024.2.2/ +.. _2024.2: https://pypi.org/project/pyansys/2024.2.3/ .. _development: https://github.com/ansys/pyansys \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 517ce716..1a1ef0cd 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.2.2" +version = "2024.2.3" description = "Pythonic interfaces to Ansys products" readme = "README.rst" requires-python = ">=3.9,<4"