From abeeacb99a30a5c2ae60c1696bb7ead012405349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Padilla?= Date: Tue, 9 May 2023 10:57:41 -0400 Subject: bump up version to 2.7.0 --- jwt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jwt') 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" -- cgit v1.2.1