Skip to content

Commit fc97442

Browse files
committed
release: v2025.2.1
1 parent 4898c28 commit fc97442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ commands:
197197

198198
.. code:: bash
199199
200-
unzip pyansys-v2025.2.0-wheelhouse-Linux-3.10-core.zip wheelhouse
200+
unzip pyansys-v2025.2.1-wheelhouse-Linux-3.10-core.zip wheelhouse
201201
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
202202
203203
If you're on Windows with Python 3.10, unzip to a wheelhouse directory and then install using

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "2025.2.0"
8+
version = "2025.2.1"
99
description = "Pythonic interfaces to Ansys products"
1010
readme = "README.rst"
1111
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)