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 744c1f2 commit 2566694
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,6 +1,6 @@
"""FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)"""

__version__ = "0.7.1"
__version__ = "0.7.3"

from .auth_jwt import AuthJWT
from .auth_jwt import AuthJWTRefresh

0 comments on commit 2566694

Please sign in to comment.