Skip to content

Commit 0d30e31

Browse files
committed
Bump to version 0.1.0
1 parent c9e8c4b commit 0d30e31

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

177177
.. code:: bash
178178
179-
unzip ansys-geometry-core-v0.1.dev0-wheelhouse-Linux-3.7.zip wheelhouse
179+
unzip ansys-geometry-core-v0.1.0-wheelhouse-Linux-3.7.zip wheelhouse
180180
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
181181
182182
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as above.

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "ansys-geometry-core"
88
copyright = f"(c) {datetime.now().year} ANSYS, Inc. All rights reserved"
99
author = "ANSYS, Inc."
10-
release = version = "0.1.dev0"
10+
release = version = "0.1.0"
1111

1212
# Select desired logo, theme, and declare the html title
1313
html_logo = pyansys_logo_black

doc/source/getting_started/installation.rst

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

7777
.. code:: bash
7878
79-
unzip ansys-geometry-core-v0.1.dev0-wheelhouse-Linux-3.7.zip wheelhouse
79+
unzip ansys-geometry-core-v0.1.0-wheelhouse-Linux-3.7.zip wheelhouse
8080
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
8181
8282
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
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
# Check https://python-poetry.org/docs/pyproject/ for all available sections
77
name = "ansys-geometry-core"
8-
version = "0.1.dev0"
8+
version = "0.1.0"
99
description = "A python wrapper for Ansys Geometry Service"
1010
license = "MIT"
1111
authors = ["ANSYS, Inc. <[email protected]>"]

0 commit comments

Comments
 (0)