Skip to content

Commit 37ca5c1

Browse files
committed
release: v0.5.4
1 parent 7a1cc79 commit 37ca5c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/source/assets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For example, on Linux with Python 3.9, unzip the wheelhouse archive and install
2525

2626
.. code:: bash
2727
28-
unzip ansys-geometry-core-v0.5.3-wheelhouse-ubuntu-latest3.9.zip wheelhouse
28+
unzip ansys-geometry-core-v0.5.4-wheelhouse-ubuntu-latest3.9.zip wheelhouse
2929
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
3030
3131
If you are on Windows with Python 3.9, unzip to a wheelhouse directory by running ``-d wheelhouse``

doc/source/getting_started/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For example, on Linux with Python 3.9, unzip the wheelhouse archive and install
7777

7878
.. code:: bash
7979
80-
unzip ansys-geometry-core-v0.5.3-wheelhouse-Linux-3.9.zip wheelhouse
80+
unzip ansys-geometry-core-v0.5.4-wheelhouse-Linux-3.9.zip wheelhouse
8181
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
8282
8383
If you are on Windows with Python 3.9, unzip the wheelhouse archive to a wheelhouse directory

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "ansys-geometry-core"
7-
version = "0.5.3"
7+
version = "0.5.4"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.9,<4"
@@ -102,7 +102,7 @@ Issues = "https://github.com/ansys/pyansys-geometry/issues"
102102
Discussions = "https://github.com/ansys/pyansys-geometry/discussions"
103103
Documentation = "https://geometry.docs.pyansys.com"
104104
Releases = "https://github.com/ansys/pyansys-geometry/releases"
105-
Changelog = "https://github.com/ansys/pyansys-geometry/blob/main/doc/source/changelog.rst"
105+
Changelog = "https://github.com/ansys/pyansys-geometry/blob/main/doc/source/changelog.rst"
106106

107107
[tool.flit.module]
108108
name = "ansys.geometry.core"

0 commit comments

Comments
 (0)