Skip to content

Commit 5d95533

Browse files
committed
MAINT: Bump version to v0.3.1
1 parent e2cbd64 commit 5d95533

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.3.0-wheelhouse-Linux-3.8.zip wheelhouse
256+
unzip ansys-geometry-core-v0.3.1-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
@@ -88,7 +88,7 @@ For example, on Linux with Python 3.8, unzip the wheelhouse archive and install
8888

8989
.. code:: bash
9090
91-
unzip ansys-geometry-core-v0.3.0-wheelhouse-Linux-3.8.zip wheelhouse
91+
unzip ansys-geometry-core-v0.3.1-wheelhouse-Linux-3.8.zip wheelhouse
9292
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
9393
9494
If you're on Windows with Python 3.9, unzip the wheelhouse archive to a wheelhouse directory

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.3.0"
7+
version = "0.3.1"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.8,<4"

0 commit comments

Comments
 (0)