Skip to content

Commit d235f9c

Browse files
committed
bump to version 1.3.0
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent ac4916d commit d235f9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
docs_url=None, # we customize this ourselves
1818
license_info=get_settings().license_info,
1919
contact=get_settings().contact,
20-
version="1.2.0",
20+
version="1.3.0",
2121
)
2222

2323
app.include_router(api_router)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "API Template"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "Run 'api-admin custom metadata' to change this information."
55
authors = ["Grant Ramsay <seapagan@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)