diff --git a/README.rst b/README.rst index 146613c9..e07f27d2 100644 --- a/README.rst +++ b/README.rst @@ -196,7 +196,7 @@ commands: .. code:: bash - unzip pyansys-v2024.2.3-wheelhouse-Linux-3.9-core.zip wheelhouse + unzip pyansys-v2024.2.4-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 @@ -232,7 +232,7 @@ Any subsequent patched version of this package would be: 2024.2.1 2024.2.2 - 2024.2.3 + 2024.2.4 ... You can request a specific version install when using ``pip`` to install diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 436d7588..0acd793a 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.3-wheelhouse-Linux-3.9-core.zip wheelhouse + unzip pyansys-v2024.2.4-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. @@ -126,7 +126,7 @@ And any subsequent patched version of that package would be: 2024.2.1 2024.2.2 - 2024.2.3 + 2024.2.4 ... You can request for a specific version install when pip installing your package: diff --git a/doc/source/supported_versions.rst b/doc/source/supported_versions.rst index 51989d6c..2193c15e 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.3/ +.. _2024.2: https://pypi.org/project/pyansys/2024.2.4/ .. _development: https://github.com/ansys/pyansys \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4a2c51cb..bfa94e98 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.3" +version = "2024.2.4" description = "Pythonic interfaces to Ansys products" readme = "README.rst" requires-python = ">=3.9,<4"