Skip to content

Commit

Permalink
Bump version: 0.4.0 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IndominusByte committed Nov 6, 2020
1 parent 532d44c commit 9b5454a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_jwt_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)"""

__version__ = "0.4.0"
__version__ = "0.5.0"

from .auth_jwt import AuthJWT

0 comments on commit 9b5454a

Please sign in to comment.