From 330c47f68aca3d563fff517c57866818d9c313dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Padilla?= Date: Sun, 1 Nov 2020 08:27:48 -0500 Subject: Update version to 2.0.0a1 --- jwt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1