From 9bc720e0974e967315e6dd98ec694ca979145c75 Mon Sep 17 00:00:00 2001 From: ludovicsteinbach Date: Thu, 11 Jan 2024 17:01:12 +0000 Subject: [PATCH] Generate Client Library code - Automated --- ansys-grantami-serverapi-openapi/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansys-grantami-serverapi-openapi/pyproject.toml b/ansys-grantami-serverapi-openapi/pyproject.toml index b60dbe6f..60a24aa6 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.dev163" +version = "2.0.0" license = "MIT" authors = ["ANSYS, Inc. "] maintainers = ["ANSYS, Inc. "] @@ -14,7 +14,7 @@ documentation = "https://grantami.docs.pyansys.com" readme = "README.md" keywords = ["Ansys", "OpenAPI"] classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",