Skip to content

Commit

Permalink
Bump to Version 1.1.1 ✨ (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Oct 17, 2021
1 parent 9985cdb commit 9333bad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

**Source Code**: <https://github.com/yezz123/fastapi-class>

**Install the project**: `pip install fastapi-class`
**Documentation**: <https://yezz123.github.io/fastapi-class>

---

Expand Down
2 changes: 1 addition & 1 deletion fastapi_class/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FastAPI_Class : contains classes and decorators to use FastAPI with "class based routing".
"""

__version__ = "1.1.0"
__version__ = "1.1.1"

from fastapi_class import args, decorators, routable

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

__version__ = "1.1.0"
__version__ = "1.1.1"

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 9333bad

Please sign in to comment.