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:
yangdx
2025-01-19 06:06:17 +08:00
parent 387be31f09
commit 853a9d2064
2 changed files with 2 additions and 2 deletions

View File

@@ -565,7 +565,7 @@ def create_app(args):
+ "(With authentication)"
if api_key
else "",
version="1.0.2",
version=__api_version__,
openapi_tags=[{"name": "api"}],
)