summaryrefslogtreecommitdiff
path: root/jwt/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'jwt/__init__.py')
-rw-r--r--jwt/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jwt/__init__.py b/jwt/__init__.py
index a96cc6e..9f9eda9 100644
--- a/jwt/__init__.py
+++ b/jwt/__init__.py
@@ -26,7 +26,7 @@ from .exceptions import (
)
from .jwks_client import PyJWKClient
-__version__ = "2.4.0"
+__version__ = "2.5.0"
__title__ = "PyJWT"
__description__ = "JSON Web Token implementation in Python"