There was an error while loading. Please reload this page.
1 parent 5b377b8 commit c96cb7bCopy full SHA for c96cb7b
fastapi_contrib/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """Lev Rubel"""
6
__email__ = 'l@datacorp.ee'
7
-__version__ = '0.2.2'
+__version__ = '0.2.3'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.2
+current_version = 0.2.3
3
commit = True
tag = True
setup.py
@@ -58,6 +58,6 @@
58
test_suite="tests",
59
tests_require=test_requirements,
60
url="https://github.com/identixone/fastapi_contrib",
61
- version="0.2.2",
+ version="0.2.3",
62
zip_safe=False,
63
)
0 commit comments