From 99060851b0ea632824b04a7fc953c0c35f90eb71 Mon Sep 17 00:00:00 2001 From: Ludovic Steinbach Date: Wed, 3 Jan 2024 18:17:01 +0100 Subject: [PATCH] Set version to 2.0.0rc0 --- ansys-grantami-serverapi-openapi/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansys-grantami-serverapi-openapi/pyproject.toml b/ansys-grantami-serverapi-openapi/pyproject.toml index f8817674..15421107 100644 --- a/ansys-grantami-serverapi-openapi/pyproject.toml +++ b/ansys-grantami-serverapi-openapi/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ansys-grantami-serverapi-openapi" description = "Autogenerated client library for the Granta MI Server API." -version = "2.0.0.dev150" +version = "2.0.0rc0" license = "MIT" authors = ["ANSYS, Inc. "] maintainers = ["ANSYS, Inc. "]