Skip to content

Commit

Permalink
Bump version from 0.2.0 to 0.3.0 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored Jan 8, 2022
1 parent 5ae5603 commit 88899ce
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.2.0"
__version__ = "0.3.0"

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

0 comments on commit 88899ce

Please sign in to comment.