Skip to content

Commit 7edf63d

Browse files
committed
Bump version to 0.1.1
1 parent ebda1c5 commit 7edf63d

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.0-wheelhouse-Linux-3.7.zip wheelhouse
179+
unzip ansys-geometry-core-v0.1.1-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
@@ -22,7 +22,7 @@ def get_version_match(semver):
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.1.0"
25+
release = version = "0.1.1"
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
@@ -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.0-wheelhouse-Linux-3.7.zip wheelhouse
79+
unzip ansys-geometry-core-v0.1.1-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.0"
8+
version = "0.1.1"
99
description = "A python wrapper for Ansys Geometry Service"
1010
license = "MIT"
1111
authors = ["ANSYS, Inc. <[email protected]>"]

0 commit comments

Comments
 (0)