File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ commands:
196196
197197.. code :: bash
198198
199- unzip pyansys-v2025.1.1 -wheelhouse-Linux-3.10-core.zip wheelhouse
199+ unzip pyansys-v2025.1.2 -wheelhouse-Linux-3.10-core.zip wheelhouse
200200 pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
201201
202202 If you're on Windows with Python 3.10, 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:
8787
8888.. code :: bash
8989
90- unzip pyansys-v2025.1.1 -wheelhouse-Linux-3.10-core.zip wheelhouse
90+ unzip pyansys-v2025.1.2 -wheelhouse-Linux-3.10-core.zip wheelhouse
9191 pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
9292
9393 If you're on Windows with Python 3.10, unzip to a wheelhouse directory and install using the same command as above.
Original file line number Diff line number Diff line change @@ -64,5 +64,5 @@ Below you can find a list of the Python versions supported by each PyAnsys metap
6464.. _2023.2 : https://pypi.org/project/pyansys/2023.2.11/
6565.. _2024.1 : https://pypi.org/project/pyansys/2024.1.8/
6666.. _2024.2 : https://pypi.org/project/pyansys/2024.2.2/
67- .. _2025.1 : https://pypi.org/project/pyansys/2025.1.1 /
67+ .. _2025.1 : https://pypi.org/project/pyansys/2025.1.2 /
6868.. _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"
55[project ]
66# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77name = " pyansys"
8- version = " 2025.1.1 "
8+ version = " 2025.1.2 "
99description = " Pythonic interfaces to Ansys products"
1010readme = " README.rst"
1111requires-python = " >=3.10,<4"
You can’t perform that action at this time.
0 commit comments