Skip to content

Commit b029e9d

Browse files
committed
release: v2025.1.3
1 parent 548e751 commit b029e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ commands:
197197

198198
.. code:: bash
199199
200-
unzip pyansys-v2025.1.2-wheelhouse-Linux-3.10-core.zip wheelhouse
200+
unzip pyansys-v2025.1.3-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

+1-1
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.1.2"
8+
version = "2025.1.3"
99
description = "Pythonic interfaces to Ansys products"
1010
readme = "README.rst"
1111
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)