Skip to content

Commit 1160b32

Browse files
committedJan 13, 2025·
release: v2025.1.0
1 parent df4bebe commit 1160b32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

Diff for: ‎README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ commands:
196196

197197
.. code:: bash
198198
199-
unzip pyansys-v2025.1.0b1-wheelhouse-Linux-3.10-core.zip wheelhouse
199+
unzip pyansys-v2025.1.0-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

Diff for: ‎doc/source/getting_started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ it with the following:
8787

8888
.. code:: bash
8989
90-
unzip pyansys-v2025.1.0b1-wheelhouse-Linux-3.10-core.zip wheelhouse
90+
unzip pyansys-v2025.1.0-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.

Diff for: ‎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.0b1"
8+
version = "2025.1.0"
99
description = "Pythonic interfaces to Ansys products"
1010
readme = "README.rst"
1111
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)
Please sign in to comment.