There was an error while loading. Please reload this page.
1 parent 263fa21 commit 6a71a1bCopy full SHA for 6a71a1b
fastapi_contrib/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """Lev Rubel"""
6
__email__ = 'l@datacorp.ee'
7
-__version__ = '0.2.10'
+__version__ = '0.2.11'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.10
+current_version = 0.2.11
3
commit = True
tag = True
setup.py
@@ -54,6 +54,6 @@
54
test_suite="tests",
55
tests_require=test_requirements,
56
url="https://github.com/identixone/fastapi_contrib",
57
- version="0.2.10",
+ version="0.2.11",
58
zip_safe=False,
59
)
0 commit comments