We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507875d commit 3014635Copy full SHA for 3014635
‎Setup.cfg‎
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.3
+current_version = 0.1.4
3
commit = True
4
tag = True
5
‎authx/__init__.py‎
@@ -1,6 +1,6 @@
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI"""
-__version__ = "0.1.3"
+__version__ = "0.1.4"
__license__ = "MIT"
6
0 commit comments