From 9016e34edbce72b1f96103be9e66a4ec18d9fcdb Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:09:06 +0200 Subject: [PATCH] release: v0.7.1 --- 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 302beee0e0..5200673b63 100644 --- a/doc/source/assets.rst +++ b/doc/source/assets.rst @@ -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.7.0-wheelhouse-ubuntu-latest-3.10.zip wheelhouse + unzip ansys-geometry-core-v0.7.1-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`` diff --git a/doc/source/getting_started/installation.rst b/doc/source/getting_started/installation.rst index 435b1addc8..ee4351bf54 100644 --- a/doc/source/getting_started/installation.rst +++ b/doc/source/getting_started/installation.rst @@ -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.7.0-wheelhouse-ubuntu-3.10.zip wheelhouse + unzip ansys-geometry-core-v0.7.1-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 diff --git a/pyproject.toml b/pyproject.toml index efb29d5da5..2a71e62037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-geometry-core" -version = "0.7.0" +version = "0.7.1" description = "A python wrapper for Ansys Geometry service" readme = "README.rst" requires-python = ">=3.10,<4"