summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2020-12-19 19:02:44 -0500
committerJosé Padilla <jpadilla@webapplicate.com>2020-12-19 19:02:44 -0500
commit5bf8e70f26309b0a5ceda49ce0a7e97e89eee764 (patch)
tree353498eadd4998a8ecba7a6c8d6b64683637ea11
parentce4f350ffc052f767c772c0685cc591f7d5f4e9b (diff)
downloadpyjwt-2.0.0a2.tar.gz
Bump up version to 2.0.0a22.0.0a2
-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"