We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532d44c commit 9b5454aCopy full SHA for 9b5454a
fastapi_jwt_auth/__init__.py
@@ -1,5 +1,5 @@
1
"""FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)"""
2
3
-__version__ = "0.4.0"
+__version__ = "0.5.0"
4
5
from .auth_jwt import AuthJWT
0 commit comments