Skip to content

Commit 49676fb

Browse files
committed
Bump version to v0.4.0
1 parent a59a982 commit 49676fb

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
@@ -102,7 +102,7 @@ this on an isolated system with a fresh python or on a virtual environment.
102102
For example, on Linux with Python 3.7, unzip it and install it with the following:
103103

104104
```bash
105-
unzip pyansys-tools-report-v0.4.dev0-wheelhouse-Linux-3.7.zip wheelhouse
105+
unzip pyansys-tools-report-v0.4.0-wheelhouse-Linux-3.7.zip wheelhouse
106106
pip install pyansys-tools-report -f wheelhouse --no-index --upgrade --ignore-installed
107107
```
108108

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.7, unzip it and install it with the followin
5151

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

0 commit comments

Comments
 (0)