From 46541f9010b21805ae4defa4ce87db97a524383a Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:23:53 +0200 Subject: [PATCH] MAINT: Bump version to v0.3.0 --- 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 cec45a02ca..930d254019 100644 --- a/README.rst +++ b/README.rst @@ -250,7 +250,7 @@ For example, on Linux with Python 3.8, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.3.dev0-wheelhouse-Linux-3.8.zip wheelhouse + unzip ansys-geometry-core-v0.3.0-wheelhouse-Linux-3.8.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 1bc4d279d5..c11fe9be70 100644 --- a/doc/source/getting_started/installation.rst +++ b/doc/source/getting_started/installation.rst @@ -88,7 +88,7 @@ For example, on Linux with Python 3.8, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.3.dev0-wheelhouse-Linux-3.8.zip wheelhouse + unzip ansys-geometry-core-v0.3.0-wheelhouse-Linux-3.8.zip wheelhouse pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed If you're on Windows with Python 3.9, unzip the wheelhouse archive to a wheelhouse directory diff --git a/pyproject.toml b/pyproject.toml index ab5a086e68..f2da752eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-geometry-core" -version = "0.3.dev0" +version = "0.3.0" description = "A python wrapper for Ansys Geometry service" readme = "README.rst" requires-python = ">=3.8,<4"