We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84ea23 commit 753f067Copy full SHA for 753f067
1 file changed
pyproject.toml
@@ -7,7 +7,7 @@ requires = [
7
]
8
9
[tool.poetry]
10
-version = "0"
+version = "7.10.0"
11
authors = [
12
"OpenAPI Generator community <team@openapitools.org>",
13
@@ -46,7 +46,7 @@ taskipy = "^1.10.3"
46
pytest = ">=7.2.2,<9.0.0"
47
48
[tool.poetry.scripts]
49
-openapi-generator = "openapi_generator_cli:run"
+openapi-generator = "openapi_generator_cli:cli"
50
51
[tool.black]
52
line-length = 120
0 commit comments