Skip to content

Commit 4235395

Browse files
committed
Bump version to v0.2.2
1 parent b3bdd39 commit 4235395

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
@@ -251,7 +251,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install
251251

252252
.. code:: bash
253253
254-
unzip ansys-geometry-core-v0.2.1-wheelhouse-Linux-3.7.zip wheelhouse
254+
unzip ansys-geometry-core-v0.2.2-wheelhouse-Linux-3.7.zip wheelhouse
255255
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
256256
257257
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.7, unzip the wheelhouse archive and install
8686

8787
.. code:: bash
8888
89-
unzip ansys-geometry-core-v0.2.1-wheelhouse-Linux-3.7.zip wheelhouse
89+
unzip ansys-geometry-core-v0.2.2-wheelhouse-Linux-3.7.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.1"
7+
version = "0.2.2"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.7,<4"

0 commit comments

Comments
 (0)