Skip to content

Commit 9b5454a

Browse files
committed
Bump version: 0.4.0 -> 0.5.0
1 parent 532d44c commit 9b5454a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_jwt_auth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)"""
22

3-
__version__ = "0.4.0"
3+
__version__ = "0.5.0"
44

55
from .auth_jwt import AuthJWT

0 commit comments

Comments
 (0)