File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ commands:
138
138
139
139
.. code :: bash
140
140
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
142
142
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
143
143
144
144
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and then install using
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ to this package that can be provided is its version. This can be looked up as fo
9
9
>>> from pyansys import __version__
10
10
>>> __version__
11
11
12
- '2023.1.0 '
12
+ '2023.2rc2 '
13
13
14
14
However, each of the PyAnsys packages that shape the ``pyansys `` metapackage have their own specific API
15
15
reference section. In order to navigate through them, please refer to their documentation.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ it with the following:
88
88
89
89
.. code :: bash
90
90
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
92
92
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
93
93
94
94
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as above.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
[project ]
6
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
7
name = " pyansys"
8
- version = " 2023.2rc1 "
8
+ version = " 2023.2rc2 "
9
9
description = " Pythonic interfaces to Ansys products"
10
10
readme = " README.rst"
11
11
requires-python = " >=3.8,<4"
You can’t perform that action at this time.
0 commit comments