We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0af352 commit cdf93beCopy full SHA for cdf93be
1 file changed
auth0/__init__.py
@@ -1,5 +1,5 @@
1
+__version__ = "3.24.0"
2
+
3
from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError
4
5
__all__ = ("Auth0Error", "RateLimitError", "TokenValidationError")
-
-__version__ = "3.24.0"
0 commit comments