We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4916d commit d235f9cCopy full SHA for d235f9c
main.py
@@ -17,7 +17,7 @@
17
docs_url=None, # we customize this ourselves
18
license_info=get_settings().license_info,
19
contact=get_settings().contact,
20
- version="1.2.0",
+ version="1.3.0",
21
)
22
23
app.include_router(api_router)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "API Template"
3
-version = "1.2.0"
+version = "1.3.0"
4
description = "Run 'api-admin custom metadata' to change this information."
5
authors = ["Grant Ramsay <seapagan@gmail.com>"]
6
license = "MIT"
0 commit comments