Skip to content

Commit 3a535c7

Browse files
chore: bump dev version (#2405)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent c175097 commit 3a535c7

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

SECURITY.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ SOFTWARE.
2626

2727
## Supported Versions
2828

29-
| Version | Supported |
30-
| ------- | ------------------ |
31-
| <= 0.9 | :x: |
32-
| 0.10.x | :white_check_mark: |
33-
| 0.11.x | :white_check_mark: |
34-
| 0.12.x | :white_check_mark: |
35-
| dev | :white_check_mark: |
29+
| Version | Supported |
30+
| ---------- | ------------------ |
31+
| <= 0.10 | :x: |
32+
| 0.11.x | :white_check_mark: |
33+
| 0.12.x | :white_check_mark: |
34+
| 0.13.x | :white_check_mark: |
35+
| 0.14.dev0 | :white_check_mark: |
3636

3737
## Reporting a vulnerability
3838

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump dev version

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.12.dev0-all-wheelhouse-ubuntu-latest-3.10.zip wheelhouse
28+
unzip ansys-geometry-core-v0.14.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.12.dev0-all-wheelhouse-ubuntu-3.10.zip wheelhouse
97+
unzip ansys-geometry-core-v0.14.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 @@ requires = [ "flit-core>=3.2,<4" ]
44

55
[project]
66
name = "ansys-geometry-core"
7-
version = "0.12.dev0"
7+
version = "0.14.dev0"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
license = "MIT"

0 commit comments

Comments
 (0)