Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit ac40516

Browse files
committed
release: v0.8.3rc0
1 parent 43a3af5 commit ac40516

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.10, unzip it and install it with the following:
107107

108108
```bash
109-
unzip pyansys-tools-report-v0.8.3a1-wheelhouse-Linux-3.10.zip wheelhouse
109+
unzip pyansys-tools-report-v0.8.3rc0-wheelhouse-Linux-3.10.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.10, unzip it and install it with the followi
5151

5252
.. code:: bash
5353
54-
unzip pyansys-tools-report-v0.8.3a1-wheelhouse-Linux-3.10.zip wheelhouse
54+
unzip pyansys-tools-report-v0.8.3rc0-wheelhouse-Linux-3.10.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.8.3a1"
8+
version = "0.8.3rc0"
99
dynamic = ["description"]
1010
readme = "README.md"
1111
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)