From 4347e40d307babee4f56780c93a2c57367c8ec2b Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:21:07 +0200 Subject: [PATCH] MAINT: Bump version to v2024.1.rc1 --- README.rst | 2 +- doc/source/getting_started.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f9caa17d..ae4533cd 100644 --- a/README.rst +++ b/README.rst @@ -161,7 +161,7 @@ commands: .. code:: bash - unzip pyansys-v2023.1.dev0-wheelhouse-Linux-3.8-core.zip wheelhouse + unzip pyansys-v2024.1rc1-wheelhouse-Linux-3.8-core.zip wheelhouse pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed If you're on Windows with Python 3.9, unzip to a wheelhouse directory and then install using diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 1cfac6c3..6587e6c2 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -87,7 +87,7 @@ it with the following: .. code:: bash - unzip pyansys-v2023.1.dev0-wheelhouse-Linux-3.9-core.zip wheelhouse + unzip pyansys-v2024.1rc1-wheelhouse-Linux-3.9-core.zip wheelhouse pip install pyansys -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 above. diff --git a/pyproject.toml b/pyproject.toml index 5c6f2965..a1901a88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "pyansys" -version = "2024.1.dev0" +version = "2024.1rc1" description = "Pythonic interfaces to Ansys products" readme = "README.rst" requires-python = ">=3.8,<4"