Skip to content

Commit 743fbe5

Browse files
committed
MAINT: Bump version to v0.3.2
1 parent b00bebc commit 743fbe5

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
@@ -146,7 +146,7 @@ For example, on Linux with Python 3.8, unzip the wheelhouse archive and install
146146

147147
.. code:: bash
148148
149-
unzip ansys-geometry-core-v0.3.1-wheelhouse-Linux-3.8.zip wheelhouse
149+
unzip ansys-geometry-core-v0.3.2-wheelhouse-Linux-3.8.zip wheelhouse
150150
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
151151
152152
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
@@ -77,7 +77,7 @@ For example, on Linux with Python 3.8, unzip the wheelhouse archive and install
7777

7878
.. code:: bash
7979
80-
unzip ansys-geometry-core-v0.3.1-wheelhouse-Linux-3.8.zip wheelhouse
80+
unzip ansys-geometry-core-v0.3.2-wheelhouse-Linux-3.8.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: 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.1"
7+
version = "0.3.2"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.8,<4"

0 commit comments

Comments
 (0)