diff --git a/ansys-grantami-serverapi-openapi/pyproject.toml b/ansys-grantami-serverapi-openapi/pyproject.toml index 7ca92881..9d1bfd77 100644 --- a/ansys-grantami-serverapi-openapi/pyproject.toml +++ b/ansys-grantami-serverapi-openapi/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-grantami-serverapi-openapi" -version = "0.1.0.dev57" +version = "1.0.0rc0" description = "Autogenerated client library for the Granta MI Server API." authors = [ {name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"} @@ -16,7 +16,7 @@ license = {file = "LICENSE"} 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",