Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdf93be

Browse files
committed
fix install
1 parent b0af352 commit cdf93be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth0/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
__version__ = "3.24.0"
2+
13
from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError
24

35
__all__ = ("Auth0Error", "RateLimitError", "TokenValidationError")
4-
5-
__version__ = "3.24.0"

0 commit comments

Comments
 (0)