From 423539537d19e69ffd06fa8f73be1be6a9d465bb Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 13 Mar 2023 08:08:50 +0100 Subject: [PATCH] Bump version to v0.2.2 --- README.rst | 2 +- doc/source/getting_started/installation.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 566f5b5798..cabacfbc9a 100644 --- a/README.rst +++ b/README.rst @@ -251,7 +251,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.2.1-wheelhouse-Linux-3.7.zip wheelhouse + unzip ansys-geometry-core-v0.2.2-wheelhouse-Linux-3.7.zip wheelhouse pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the preceding command. diff --git a/doc/source/getting_started/installation.rst b/doc/source/getting_started/installation.rst index a103b36d7f..bcbb913f0d 100644 --- a/doc/source/getting_started/installation.rst +++ b/doc/source/getting_started/installation.rst @@ -86,7 +86,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.2.1-wheelhouse-Linux-3.7.zip wheelhouse + unzip ansys-geometry-core-v0.2.2-wheelhouse-Linux-3.7.zip wheelhouse pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as preceding. diff --git a/pyproject.toml b/pyproject.toml index 51ad42d949..4938138e7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-geometry-core" -version = "0.2.1" +version = "0.2.2" description = "A python wrapper for Ansys Geometry service" readme = "README.rst" requires-python = ">=3.7,<4"