From 13dfd47091126f840895be92908522748d794d1d Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:04:14 +0200 Subject: [PATCH] MAINT: Bump version to v2023.2.11 --- README.rst | 2 +- doc/source/api.rst | 2 +- doc/source/getting_started.rst | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5d72fda0..ed3b2ce6 100644 --- a/README.rst +++ b/README.rst @@ -148,7 +148,7 @@ commands: .. code:: bash - unzip pyansys-v2023.2.10-wheelhouse-Linux-3.8-core.zip wheelhouse + unzip pyansys-v2023.2.11-wheelhouse-Linux-3.8-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/api.rst b/doc/source/api.rst index a906c7a1..c1ccd893 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -9,7 +9,7 @@ to this package that can be provided is its version. This can be looked up as fo >>> from pyansys import __version__ >>> __version__ - '2023.2.10' + '2023.2.11' However, each of the PyAnsys packages that shape the ``pyansys`` metapackage have their own specific API reference section. In order to navigate through them, please refer to their documentation. diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index c84d7b2e..b32376db 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-v2023.2.10-wheelhouse-Linux-3.9-core.zip wheelhouse + unzip pyansys-v2023.2.11-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 18eabd2e..9aa83a87 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 = "2023.2.10" +version = "2023.2.11" description = "Pythonic interfaces to Ansys products" readme = "README.rst" requires-python = ">=3.8,<4"