File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ commands:
184
184
185
185
.. code :: bash
186
186
187
- unzip pyansys-v2024.2.0b1 -wheelhouse-Linux-3.9-core.zip wheelhouse
187
+ unzip pyansys-v2024.2.0b2 -wheelhouse-Linux-3.9-core.zip wheelhouse
188
188
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
189
189
190
190
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 @@ -87,7 +87,7 @@ it with the following:
87
87
88
88
.. code :: bash
89
89
90
- unzip pyansys-v2024.2.0b1 -wheelhouse-Linux-3.9-core.zip wheelhouse
90
+ unzip pyansys-v2024.2.0b2 -wheelhouse-Linux-3.9-core.zip wheelhouse
91
91
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
92
92
93
93
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 = " 2024.2.0b1 "
8
+ version = " 2024.2.0b2 "
9
9
description = " Pythonic interfaces to Ansys products"
10
10
readme = " README.rst"
11
11
requires-python = " >=3.9,<4"
You can’t perform that action at this time.
0 commit comments