We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4f350 commit 5bf8e70Copy full SHA for 5bf8e70
jwt/__init__.py
@@ -23,7 +23,7 @@
23
)
24
from .jwks_client import PyJWKClient
25
26
-__version__ = "2.0.0a1"
+__version__ = "2.0.0a2"
27
28
__title__ = "PyJWT"
29
__description__ = "JSON Web Token implementation in Python"
0 commit comments