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 e1bdde9 commit df66af8Copy full SHA for df66af8
Setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.2
+current_version = 0.1.3
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.2"
+__version__ = "0.1.3"
__license__ = "MIT"
6
0 commit comments