diff options
-rw-r--r-- | jwt/__init__.py | 2 |
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" |