Skip to content

Commit a8691d2

Browse files
committed
MAINT: Bump version to v2023.2rc2
1 parent e1533e4 commit a8691d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ commands:
138138

139139
.. code:: bash
140140
141-
unzip pyansys-v2023.1.dev0-wheelhouse-Linux-3.8-core.zip wheelhouse
141+
unzip pyansys-v2023.2rc2-wheelhouse-Linux-3.8-core.zip wheelhouse
142142
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
143143
144144
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and then install using

doc/source/api.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to this package that can be provided is its version. This can be looked up as fo
99
>>> from pyansys import __version__
1010
>>> __version__
1111
12-
'2023.1.0'
12+
'2023.2rc2'
1313
1414
However, each of the PyAnsys packages that shape the ``pyansys`` metapackage have their own specific API
1515
reference section. In order to navigate through them, please refer to their documentation.

doc/source/getting_started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ it with the following:
8888

8989
.. code:: bash
9090
91-
unzip pyansys-v2023.1.dev0-wheelhouse-Linux-3.9-core.zip wheelhouse
91+
unzip pyansys-v2023.2rc2-wheelhouse-Linux-3.9-core.zip wheelhouse
9292
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
9393
9494
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as above.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "pyansys"
8-
version = "2023.2rc1"
8+
version = "2023.2rc2"
99
description = "Pythonic interfaces to Ansys products"
1010
readme = "README.rst"
1111
requires-python = ">=3.8,<4"

0 commit comments

Comments
 (0)