Skip to content

Commit

Permalink
bump to version 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Jan 25, 2023
1 parent ac4916d commit d235f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
docs_url=None, # we customize this ourselves
license_info=get_settings().license_info,
contact=get_settings().contact,
version="1.2.0",
version="1.3.0",
)

app.include_router(api_router)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "API Template"
version = "1.2.0"
version = "1.3.0"
description = "Run 'api-admin custom metadata' to change this information."
authors = ["Grant Ramsay <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d235f9c

Please sign in to comment.