Skip to content

Commit 8e6677f

Browse files
committed
MAINT: Bump version to v0.2.5
1 parent 2abd8c1 commit 8e6677f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

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

254254
.. code:: bash
255255
256-
unzip ansys-geometry-core-v0.2.4-wheelhouse-Linux-3.8.zip wheelhouse
256+
unzip ansys-geometry-core-v0.2.5-wheelhouse-Linux-3.8.zip wheelhouse
257257
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
258258
259259
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the preceding command.

doc/source/getting_started/installation.rst

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

8787
.. code:: bash
8888
89-
unzip ansys-geometry-core-v0.2.4-wheelhouse-Linux-3.8.zip wheelhouse
89+
unzip ansys-geometry-core-v0.2.5-wheelhouse-Linux-3.8.zip wheelhouse
9090
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
9191
9292
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as preceding.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.2.4"
7+
version = "0.2.5"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.8,<4"

0 commit comments

Comments
 (0)