Skip to content

Commit

Permalink
MAINT: Bump version to v2023.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed May 25, 2023
1 parent 52a93ae commit 85afde7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ commands:

.. code:: bash
unzip pyansys-v2023.2.1-wheelhouse-Linux-3.8-core.zip wheelhouse
unzip pyansys-v2023.2.2-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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
'2023.2.2'
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.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ it with the following:

.. code:: bash
unzip pyansys-v2023.2.1-wheelhouse-Linux-3.9-core.zip wheelhouse
unzip pyansys-v2023.2.2-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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
version = "2023.2.2"
description = "Pythonic interfaces to Ansys products"
readme = "README.rst"
requires-python = ">=3.8,<4"
Expand Down

0 comments on commit 85afde7

Please sign in to comment.