From 1832b06af6572df1bcbed99bd4d0d246f33aa580 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:50:34 +0100 Subject: [PATCH] MAINT: Bump version to v0.4.10 --- doc/source/assets.rst | 2 +- doc/source/getting_started/installation.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/assets.rst b/doc/source/assets.rst index f107a5901e..ea2f27603c 100644 --- a/doc/source/assets.rst +++ b/doc/source/assets.rst @@ -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.9-wheelhouse-ubuntu-latest3.9.zip wheelhouse + unzip ansys-geometry-core-v0.4.10-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`` diff --git a/doc/source/getting_started/installation.rst b/doc/source/getting_started/installation.rst index e32b2a5e0f..6dae8fb5ff 100644 --- a/doc/source/getting_started/installation.rst +++ b/doc/source/getting_started/installation.rst @@ -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.9-wheelhouse-Linux-3.9.zip wheelhouse + unzip ansys-geometry-core-v0.4.10-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 diff --git a/pyproject.toml b/pyproject.toml index fd10a06a0f..b546312396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-geometry-core" -version = "0.4.9" +version = "0.4.10" description = "A python wrapper for Ansys Geometry service" readme = "README.rst" requires-python = ">=3.9,<4"