Skip to content

Commit 2c6adf8

Browse files
committed
release: v0.7.0
1 parent 7ffdd6b commit 2c6adf8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/source/assets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For example, on Linux with Python 3.10, unzip the wheelhouse archive and install
2525

2626
.. code:: bash
2727
28-
unzip ansys-geometry-core-v0.7.dev0-wheelhouse-ubuntu-latest-3.10.zip wheelhouse
28+
unzip ansys-geometry-core-v0.7.0-wheelhouse-ubuntu-latest-3.10.zip wheelhouse
2929
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
3030
3131
If you are on Windows with Python 3.10, unzip to a wheelhouse directory by running ``-d wheelhouse``

doc/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Changed
187187
^^^^^^^
188188

189189
- chore: update CHANGELOG for v0.6.0 `#1245 <https://github.com/ansys/pyansys-geometry/pull/1245>`_
190-
- chore: update dev version to 0.7.dev0 `#1246 <https://github.com/ansys/pyansys-geometry/pull/1246>`_
190+
- chore: update dev version to 0.7.0 `#1246 <https://github.com/ansys/pyansys-geometry/pull/1246>`_
191191

192192

193193
Fixed

doc/source/getting_started/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ For example, on Linux with Python 3.10, unzip the wheelhouse archive and install
9494

9595
.. code:: bash
9696
97-
unzip ansys-geometry-core-v0.7.dev0-wheelhouse-ubuntu-3.10.zip wheelhouse
97+
unzip ansys-geometry-core-v0.7.0-wheelhouse-ubuntu-3.10.zip wheelhouse
9898
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
9999
100100
If you are on Windows with Python 3.10, unzip the wheelhouse archive to a wheelhouse directory

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "ansys-geometry-core"
7-
version = "0.7.dev0"
7+
version = "0.7.0"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)