diff options
| author | José Padilla <jpadilla@webapplicate.com> | 2021-10-06 10:03:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-06 20:03:12 +0600 |
| commit | 6223ba13780a941a3f4c9dec62f282bdd9b5afb0 (patch) | |
| tree | f04acb37a821af0117ee8b70005832b54cff5f1b /jwt/__init__.py | |
| parent | 258d7bab0ecb86be91738ac1e23744429280acd1 (diff) | |
| download | pyjwt-2.2.0.tar.gz | |
Bump up version to v2.2.0 (#697)2.2.0
Co-authored-by: José Padilla <jpadilla@users.noreply.github.com>
Diffstat (limited to 'jwt/__init__.py')
| -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 9fb8e31..0631c99 100644 --- a/jwt/__init__.py +++ b/jwt/__init__.py @@ -25,7 +25,7 @@ from .exceptions import ( ) from .jwks_client import PyJWKClient -__version__ = "2.1.0" +__version__ = "2.2.0" __title__ = "PyJWT" __description__ = "JSON Web Token implementation in Python" |
