summaryrefslogtreecommitdiff
path: root/jwt
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@users.noreply.github.com>2023-05-09 10:57:41 -0400
committerJosé Padilla <jpadilla@users.noreply.github.com>2023-05-09 10:57:41 -0400
commitabeeacb99a30a5c2ae60c1696bb7ead012405349 (patch)
tree770bd036d4b907428bf3fa93528e4ea2c96f96e3 /jwt
parentd8b12421654840418fd25b86553795c0c09ed0a9 (diff)
downloadpyjwt-abeeacb99a30a5c2ae60c1696bb7ead012405349.tar.gz
bump up version to 2.7.0
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 26c79b2..914b4db 100644
--- a/jwt/__init__.py
+++ b/jwt/__init__.py
@@ -26,7 +26,7 @@ from .exceptions import (
)
from .jwks_client import PyJWKClient
-__version__ = "2.6.0"
+__version__ = "2.7.0"
__title__ = "PyJWT"
__description__ = "JSON Web Token implementation in Python"