Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Feb 2, 2023
1 parent 3c3d34b commit 955ad43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install

.. code:: bash
unzip ansys-geometry-core-v0.2.dev0-wheelhouse-Linux-3.7.zip wheelhouse
unzip ansys-geometry-core-v0.2.0-wheelhouse-Linux-3.7.zip wheelhouse
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the preceding command.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
project = "ansys-geometry-core"
copyright = f"(c) {datetime.now().year} ANSYS, Inc. All rights reserved"
author = "ANSYS, Inc."
release = version = "0.2.dev0"
release = version = "0.2.0"
cname = os.getenv("DOCUMENTATION_CNAME", default="nocname.com")

# Select desired logo, theme, and declare the html title
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install

.. code:: bash
unzip ansys-geometry-core-v0.2.dev0-wheelhouse-Linux-3.7.zip wheelhouse
unzip ansys-geometry-core-v0.2.0-wheelhouse-Linux-3.7.zip wheelhouse
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as preceding.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "ansys-geometry-core"
version = "0.2.dev0"
version = "0.2.0"
description = "A python wrapper for Ansys Geometry service"
readme = "README.rst"
requires-python = ">=3.7,<4"
Expand Down

0 comments on commit 955ad43

Please sign in to comment.