Skip to content

Commit 8d7aac7

Browse files
authored
Prepare for 3.0.0 release (#196)
Co-authored-by: Andy-Grigg <[email protected]>
1 parent d08415b commit 8d7aac7

File tree

3 files changed

+1965
-1965
lines changed

3 files changed

+1965
-1965
lines changed

ansys-grantami-serverapi-openapi/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "ansys-grantami-serverapi-openapi"
77
description = "Autogenerated client library for the Granta MI Server API."
8-
version = "3.0.0b0"
8+
version = "3.0.0"
99
license = "MIT"
1010
authors = ["ANSYS, Inc. <[email protected]>"]
1111
maintainers = ["ANSYS, Inc. <[email protected]>"]
@@ -14,7 +14,7 @@ documentation = "https://grantami.docs.pyansys.com"
1414
readme = "README.md"
1515
keywords = ["Ansys", "OpenAPI"]
1616
classifiers = [
17-
"Development Status :: 4 - Beta",
17+
"Development Status :: 5 - Production/Stable",
1818
"Intended Audience :: Science/Research",
1919
"License :: OSI Approved :: MIT License",
2020
"Operating System :: OS Independent",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.swagger</groupId>
44
<artifactId>AnsysPython-swagger-codegen</artifactId>
5-
<version>3.0.0b0</version>
5+
<version>3.0.0</version>
66
<packaging>jar</packaging>
77
<name>AnsysPython-swagger-codegen</name>
88

0 commit comments

Comments
 (0)