Skip to content

Commit a9d4779

Browse files
chore: bump version to v0.6.dev0 (#1166)
Co-authored-by: pyansys-ci-bot <pyansys.github.bot@ansys.com>
1 parent 3edc02b commit a9d4779

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ jobs:
540540
run: |
541541
$env:VERSION=$env:VERSION_WITH_PREFIX.substring(1)
542542
mkdir $env:VERSION -ErrorAction SilentlyContinue
543+
Remove-Item -Recurse -Force .\$env:VERSION\*
543544
mv windows-binaries.zip .\$env:VERSION\
544545
mv linux-binaries.zip .\$env:VERSION\
545546
git config user.email ${{ secrets.BINARIES_EMAIL }}

doc/changelog.d/1166.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: bump version to v0.6.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.9, unzip the wheelhouse archive and install
2525

2626
.. code:: bash
2727
28-
unzip ansys-geometry-core-v0.4.dev0-wheelhouse-ubuntu-latest3.9.zip wheelhouse
28+
unzip ansys-geometry-core-v0.6.dev0-wheelhouse-ubuntu-latest3.9.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.9, 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
@@ -77,7 +77,7 @@ For example, on Linux with Python 3.9, unzip the wheelhouse archive and install
7777

7878
.. code:: bash
7979
80-
unzip ansys-geometry-core-v0.4.dev0-wheelhouse-Linux-3.9.zip wheelhouse
80+
unzip ansys-geometry-core-v0.6.dev0-wheelhouse-Linux-3.9.zip wheelhouse
8181
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
8282
8383
If you are on Windows with Python 3.9, 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.4.dev0"
7+
version = "0.6.dev0"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.9,<4"

0 commit comments

Comments
 (0)