Skip to content

Commit 46541f9

Browse files
committed
MAINT: Bump version to v0.3.0
1 parent 7fc510a commit 46541f9

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

251251
.. code:: bash
252252
253-
unzip ansys-geometry-core-v0.3.dev0-wheelhouse-Linux-3.8.zip wheelhouse
253+
unzip ansys-geometry-core-v0.3.0-wheelhouse-Linux-3.8.zip wheelhouse
254254
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
255255
256256
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.dev0-wheelhouse-Linux-3.8.zip wheelhouse
91+
unzip ansys-geometry-core-v0.3.0-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.dev0"
7+
version = "0.3.0"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.8,<4"

0 commit comments

Comments
 (0)