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 971cdea commit 175eb21Copy full SHA for 175eb21
AuthX/__init__.py
@@ -1,6 +1,6 @@
1
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI"""
2
3
-__version__ = "0.1.0"
+__version__ = "0.1.1"
4
5
__license__ = "MIT"
6
Setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.1.0
+current_version = 0.1.1
commit = True
tag = True
0 commit comments