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 730f9ed commit 4b5f496Copy full SHA for 4b5f496
‎authx/__init__.py‎
@@ -1,6 +1,6 @@
1
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI"""
2
3
-__version__ = "0.6.0"
+__version__ = "0.6.1"
4
5
from authx.backend import UsersRepo as UsersRepo
6
from authx.cache import RedisBackend as RedisBackend
‎tests/test_version.py‎
@@ -2,4 +2,4 @@
def test_version():
- assert authx.__version__ == "0.6.0"
+ assert authx.__version__ == "0.6.1"
0 commit comments