Skip to content

Commit

Permalink
MAINT: Bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Jun 28, 2023
1 parent fa08112 commit 8abc321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ this on an isolated system with a fresh python or on a virtual environment.
For example, on Linux with Python 3.8, unzip it and install it with the following:

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

Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For example, on Linux with Python 3.8, unzip it and install it with the followin

.. code:: bash
unzip pyansys-tools-report-v0.6.dev0-wheelhouse-Linux-3.8.zip wheelhouse
unzip pyansys-tools-report-v0.6.0-wheelhouse-Linux-3.8.zip wheelhouse
pip install pyansys-tools-report -f wheelhouse --no-index --upgrade --ignore-installed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "pyansys-tools-report"
version = "0.6.dev0"
version = "0.6.0"
dynamic = ["description"]
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 8abc321

Please sign in to comment.