File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ commands:
196
196
197
197
.. code :: bash
198
198
199
- unzip pyansys-v2024.2.4 -wheelhouse-Linux-3.9-core.zip wheelhouse
199
+ unzip pyansys-v2024.2.5 -wheelhouse-Linux-3.9-core.zip wheelhouse
200
200
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
201
201
202
202
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and then install using
@@ -232,7 +232,7 @@ Any subsequent patched version of this package would be:
232
232
233
233
2024.2.1
234
234
2024.2.2
235
- 2024.2.4
235
+ 2024.2.5
236
236
...
237
237
238
238
You can request a specific version install when using ``pip `` to install
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.4 -wheelhouse-Linux-3.9-core.zip wheelhouse
90
+ unzip pyansys-v2024.2.5 -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.
@@ -126,7 +126,7 @@ And any subsequent patched version of that package would be:
126
126
127
127
2024.2.1
128
128
2024.2.2
129
- 2024.2.4
129
+ 2024.2.5
130
130
...
131
131
132
132
You can request for a specific version install when pip installing your package:
Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ Below you can find a list of the Python versions supported by each PyAnsys metap
61
61
.. _2023.1 : https://pypi.org/project/pyansys/2023.1.3/
62
62
.. _2023.2 : https://pypi.org/project/pyansys/2023.2.11/
63
63
.. _2024.1 : https://pypi.org/project/pyansys/2024.1.8/
64
- .. _2024.2 : https://pypi.org/project/pyansys/2024.2.4 /
64
+ .. _2024.2 : https://pypi.org/project/pyansys/2024.2.5 /
65
65
.. _development : https://github.com/ansys/pyansys
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.4 "
8
+ version = " 2024.2.5 "
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