Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rszamszur committed Oct 5, 2022
1 parent d581bad commit 3ffda8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.1
0.17.0
2 changes: 1 addition & 1 deletion fastapi_mvc/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""fastapi-mvc version."""
__version__ = "0.16.1"
__version__ = "0.17.0"
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 = "fastapi-mvc"
version = "0.16.1"
version = "0.17.0"
description = "Developer productivity tool for making high-quality FastAPI production-ready APIs."
authors = ["Radosław Szamszur <github@rsd.sh>"]
license = "MIT"
Expand Down

0 comments on commit 3ffda8e

Please sign in to comment.