summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jwt/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jwt/__init__.py b/jwt/__init__.py
index 55a5ae3..a0953e7 100644
--- a/jwt/__init__.py
+++ b/jwt/__init__.py
@@ -23,7 +23,7 @@ from .exceptions import (
)
from .jwks_client import PyJWKClient
-__version__ = "2.0.0a1"
+__version__ = "2.0.0a2"
__title__ = "PyJWT"
__description__ = "JSON Web Token implementation in Python"