summaryrefslogtreecommitdiff
path: root/jwt
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2021-10-06 10:03:12 -0400
committerGitHub <noreply@github.com>2021-10-06 20:03:12 +0600
commit6223ba13780a941a3f4c9dec62f282bdd9b5afb0 (patch)
treef04acb37a821af0117ee8b70005832b54cff5f1b /jwt
parent258d7bab0ecb86be91738ac1e23744429280acd1 (diff)
downloadpyjwt-6223ba13780a941a3f4c9dec62f282bdd9b5afb0.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')
-rw-r--r--jwt/__init__.py2
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"