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