Skip to content

Commit 4a7d542

Browse files
committed
MAINT: Bump version to v2024.1.7
1 parent 0bb0d17 commit 4a7d542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-v2024.1.5-wheelhouse-Linux-3.9-core.zip wheelhouse
90+
unzip pyansys-v2024.1.7-wheelhouse-Linux-3.9-core.zip wheelhouse
9191
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
9292
9393
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as above.

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

0 commit comments

Comments
 (0)