Skip to content

Commit

Permalink
πŸ”– Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Mar 20, 2022
1 parent 81c01b9 commit fac32a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI"""

__version__ = "0.3.1"
__version__ = "0.4.0"

from authx.api import UsersRepo as UsersRepo
from authx.cache import RedisBackend as RedisBackend
Expand Down

0 comments on commit fac32a5

Please sign in to comment.