Skip to content

Commit 5067327

Browse files
author
Lev Rubel
committed
Bump version: 0.1.20 → 0.1.21
1 parent eca8ac9 commit 5067327

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fastapi_contrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Lev Rubel"""
66
__email__ = 'l@datacorp.ee'
7-
__version__ = '0.1.20'
7+
__version__ = '0.1.21'

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 = 0.1.20
2+
current_version = 0.1.21
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
test_suite="tests",
5454
tests_require=test_requirements,
5555
url="https://github.com/identixone/fastapi_contrib",
56-
version="0.1.20",
56+
version="0.1.21",
5757
zip_safe=False,
5858
)

0 commit comments

Comments
 (0)