Skip to content

Commit 8abc321

Browse files
committed
MAINT: Bump version to v0.6.0
1 parent fa08112 commit 8abc321

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ this on an isolated system with a fresh python or on a virtual environment.
106106
For example, on Linux with Python 3.8, unzip it and install it with the following:
107107

108108
```bash
109-
unzip pyansys-tools-report-v0.6.dev0-wheelhouse-Linux-3.8.zip wheelhouse
109+
unzip pyansys-tools-report-v0.6.0-wheelhouse-Linux-3.8.zip wheelhouse
110110
pip install pyansys-tools-report -f wheelhouse --no-index --upgrade --ignore-installed
111111
```
112112

doc/source/getting_started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For example, on Linux with Python 3.8, unzip it and install it with the followin
5151

5252
.. code:: bash
5353
54-
unzip pyansys-tools-report-v0.6.dev0-wheelhouse-Linux-3.8.zip wheelhouse
54+
unzip pyansys-tools-report-v0.6.0-wheelhouse-Linux-3.8.zip wheelhouse
5555
pip install pyansys-tools-report -f wheelhouse --no-index --upgrade --ignore-installed
5656
5757

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "pyansys-tools-report"
8-
version = "0.6.dev0"
8+
version = "0.6.0"
99
dynamic = ["description"]
1010
readme = "README.md"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)