Skip to content

Commit 46b9822

Browse files
committed
- Pushed version
- Releasing first alpha version 0.3
1 parent 46d59bb commit 46b9822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-python-generator"
3-
version = "0.2.5"
3+
version = "0.3.0"
44
description = "Openapi Python Generator"
55
authors = ["Marco Müllner <[email protected]>"]
66
license = "MIT"
@@ -9,7 +9,7 @@ homepage = "https://github.com/MarcoMuellner/openapi-python-generator"
99
repository = "https://github.com/MarcoMuellner/openapi-python-generator"
1010
documentation = "https://openapi-python-generator.readthedocs.io"
1111
classifiers = [
12-
"Development Status :: 2 - Pre-Alpha",
12+
"Development Status :: 3 - Alpha",
1313
]
1414
keywords = ["OpenAPI", "Generator", "Python", "async"]
1515

0 commit comments

Comments
 (0)