Skip to content

Commit 955ad43

Browse files
committed
Bump version to 0.2.0
1 parent 3c3d34b commit 955ad43

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

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

234234
.. code:: bash
235235
236-
unzip ansys-geometry-core-v0.2.dev0-wheelhouse-Linux-3.7.zip wheelhouse
236+
unzip ansys-geometry-core-v0.2.0-wheelhouse-Linux-3.7.zip wheelhouse
237237
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
238238
239239
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the preceding command.

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
project = "ansys-geometry-core"
2323
copyright = f"(c) {datetime.now().year} ANSYS, Inc. All rights reserved"
2424
author = "ANSYS, Inc."
25-
release = version = "0.2.dev0"
25+
release = version = "0.2.0"
2626
cname = os.getenv("DOCUMENTATION_CNAME", default="nocname.com")
2727

2828
# Select desired logo, theme, and declare the html title

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.dev0-wheelhouse-Linux-3.7.zip wheelhouse
89+
unzip ansys-geometry-core-v0.2.0-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.dev0"
7+
version = "0.2.0"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.7,<4"

0 commit comments

Comments
 (0)