summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2020-11-01 08:27:48 -0500
committerJosé Padilla <jpadilla@webapplicate.com>2020-11-01 08:27:48 -0500
commit330c47f68aca3d563fff517c57866818d9c313dd (patch)
treefef71989390ba629f94dcd9cf5972f9ebff6fad0
parent201455e9210a6c0edb1c77c5a3dcffe22d952d9a (diff)
downloadpyjwt-a1.tar.gz
Update version to 2.0.0a1a1
-rw-r--r--jwt/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jwt/__init__.py b/jwt/__init__.py
index 01aed81..9d95053 100644
--- a/jwt/__init__.py
+++ b/jwt/__init__.py
@@ -25,7 +25,7 @@ from .exceptions import (
)
from .jwks_client import PyJWKClient
-__version__ = "2.0.0.dev"
+__version__ = "2.0.0a1"
__title__ = "PyJWT"
__description__ = "JSON Web Token implementation in Python"