From 46b5b2bff97ae41cd6113751c4415bc3d8052c03 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 5 Apr 2023 11:40:40 +0200 Subject: [PATCH] MAINT: Bump version to v2023.2rc1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84106269..42aaf5c4 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 = "2023.2.dev0" +version = "2023.2rc1" description = "Pythonic interfaces to Ansys products" readme = "README.rst" requires-python = ">=3.7,<4"