Skip to content

Commit 3f367d6

Browse files
chore: bump version number to 0.11.dev0 (#1857)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent bd3b65d commit 3f367d6

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ SOFTWARE.
2828

2929
| Version | Supported |
3030
| ------- | ------------------ |
31-
| <= 0.6 | :x: |
32-
| 0.7.x | :white_check_mark: |
31+
| <= 0.7 | :x: |
3332
| 0.8.x | :white_check_mark: |
3433
| 0.9.x | :white_check_mark: |
34+
| 0.10.x | :white_check_mark: |
3535
| dev | :white_check_mark: |
3636

3737
## Reporting a Vulnerability

doc/changelog.d/1857.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump version number to 0.11.dev0

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.10.dev0-all-wheelhouse-ubuntu-latest-3.10.zip wheelhouse
28+
unzip ansys-geometry-core-v0.11.dev0-all-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/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.10.dev0-all-wheelhouse-ubuntu-3.10.zip wheelhouse
97+
unzip ansys-geometry-core-v0.11.dev0-all-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.10.dev0"
7+
version = "0.11.dev0"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)