Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Jesus committed Sep 1, 2023
1 parent aeec4c7 commit c1f2fdf
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.5.0"
__version__ = "0.6.2"

from .auth_jwt import AuthJWT

0 comments on commit c1f2fdf

Please sign in to comment.