From db927b1c4f8c9f514acc026587c922c7b864b28c Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:08:38 +0100 Subject: [PATCH] release: v0.7.6 --- 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 418455c301..4a28bc8fd7 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.5-wheelhouse-ubuntu-latest-3.10.zip wheelhouse + unzip ansys-geometry-core-v0.7.6-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 200fb1f19a..f90221795a 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.5-wheelhouse-ubuntu-3.10.zip wheelhouse + unzip ansys-geometry-core-v0.7.6-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 1a43176f4e..57472f5675 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-geometry-core" -version = "0.7.5" +version = "0.7.6" description = "A python wrapper for Ansys Geometry service" readme = "README.rst" requires-python = ">=3.10,<4"