We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 958e052 + 12749e0 commit 85e6127Copy full SHA for 85e6127
opyapi/__version__.py
@@ -1 +1 @@
1
-__version__ = "1.1.0"
+__version__ = "1.2.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "opyapi"
3
-version = "1.1.0"
+version = "1.2.0"
4
description = "JsonSchem and OpenAPI tools for python."
5
authors = [
6
"Dawid Kraczkowski <dawid.kraczkowski@gmail.com>"
@@ -31,6 +31,9 @@ python = "^3.8"
31
pyyaml = "^5.4.1"
32
cleo = "^0.8.1"
33
34
+[tool.poetry.scripts]
35
+opyapi="opyapi.console.application:main"
36
+
37
[tool.poetry.dev-dependencies]
38
pytest = "^4.1.0"
39
pytest-cov = "^2.5"
0 commit comments