Skip to content

Commit 9333bad

Browse files
authored
Bump to Version 1.1.1 ✨ (#7)
1 parent 9985cdb commit 9333bad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.1
33
commit = True
44
tag = True
55

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

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

2525
---
2626

fastapi_class/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FastAPI_Class : contains classes and decorators to use FastAPI with "class based routing".
33
"""
44

5-
__version__ = "1.1.0"
5+
__version__ = "1.1.1"
66

77
from fastapi_class import args, decorators, routable
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"
44

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

0 commit comments

Comments
 (0)