There was an error while loading. Please reload this page.
1 parent b89b4cc commit ca6f6a9Copy full SHA for ca6f6a9
fastapi_contrib/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """Lev Rubel"""
6
__email__ = 'l@datacorp.ee'
7
-__version__ = '0.2.6'
+__version__ = '0.2.7'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.6
+current_version = 0.2.7
3
commit = True
tag = True
@@ -22,4 +22,3 @@ test = pytest
22
23
[tool:pytest]
24
collect_ignore = ['setup.py']
25
-
setup.py
@@ -59,6 +59,6 @@
59
test_suite="tests",
60
tests_require=test_requirements,
61
url="https://github.com/identixone/fastapi_contrib",
62
- version="0.2.6",
+ version="0.2.7",
63
zip_safe=False,
64
)
0 commit comments