Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/2119.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump minor version in main
2 changes: 1 addition & 1 deletion doc/source/assets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For example, on Linux with Python 3.10, unzip the wheelhouse archive and install

.. code:: bash

unzip ansys-geometry-core-v0.11.dev0-all-wheelhouse-ubuntu-latest-3.10.zip wheelhouse
unzip ansys-geometry-core-v0.12.dev0-all-wheelhouse-ubuntu-latest-3.10.zip wheelhouse
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed

If you are on Windows with Python 3.10, unzip to a wheelhouse directory by running ``-d wheelhouse``
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ For example, on Linux with Python 3.10, unzip the wheelhouse archive and install

.. code:: bash

unzip ansys-geometry-core-v0.11.dev0-all-wheelhouse-ubuntu-3.10.zip wheelhouse
unzip ansys-geometry-core-v0.12.dev0-all-wheelhouse-ubuntu-3.10.zip wheelhouse
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed

If you are on Windows with Python 3.10, unzip the wheelhouse archive to a wheelhouse directory
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "ansys-geometry-core"
version = "0.11.dev0"
version = "0.12.dev0"
description = "A python wrapper for Ansys Geometry service"
readme = "README.rst"
requires-python = ">=3.10,<4"
Expand Down