Skip to content

Commit

Permalink
MAINT: Bump version to v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Jan 23, 2024
1 parent 430e4a1 commit f3b791f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.9, unzip the wheelhouse archive and install

.. code:: bash
unzip ansys-geometry-core-v0.4.6-wheelhouse-ubuntu-latest3.9.zip wheelhouse
unzip ansys-geometry-core-v0.4.7-wheelhouse-ubuntu-latest3.9.zip wheelhouse
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
If you are on Windows with Python 3.9, 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 @@ -77,7 +77,7 @@ For example, on Linux with Python 3.9, unzip the wheelhouse archive and install

.. code:: bash
unzip ansys-geometry-core-v0.4.6-wheelhouse-Linux-3.9.zip wheelhouse
unzip ansys-geometry-core-v0.4.7-wheelhouse-Linux-3.9.zip wheelhouse
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
If you are on Windows with Python 3.9, 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.4.6"
version = "0.4.7"
description = "A python wrapper for Ansys Geometry service"
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand Down

0 comments on commit f3b791f

Please sign in to comment.