Update pyjwt==2.3.0

This commit is contained in:
JonnyWong16 2021-11-28 13:48:34 -08:00
commit d981f6e51f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 18 additions and 19 deletions

View file

@ -25,7 +25,7 @@ from .exceptions import (
)
from .jwks_client import PyJWKClient
__version__ = "2.2.0"
__version__ = "2.3.0"
__title__ = "PyJWT"
__description__ = "JSON Web Token implementation in Python"