Updated API version to 1.0.3
- Bumped API version to 1.0.3 - Fixed version reference in server code
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__api_version__ = "1.0.0"
|
__api_version__ = "1.0.3"
|
||||||
|
@@ -565,7 +565,7 @@ def create_app(args):
|
|||||||
+ "(With authentication)"
|
+ "(With authentication)"
|
||||||
if api_key
|
if api_key
|
||||||
else "",
|
else "",
|
||||||
version="1.0.2",
|
version=__api_version__,
|
||||||
openapi_tags=[{"name": "api"}],
|
openapi_tags=[{"name": "api"}],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user