Skip to content

Commit 5bf8e70

Browse files
committed
Bump up version to 2.0.0a2
1 parent ce4f350 commit 5bf8e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
)
2424
from .jwks_client import PyJWKClient
2525

26-
__version__ = "2.0.0a1"
26+
__version__ = "2.0.0a2"
2727

2828
__title__ = "PyJWT"
2929
__description__ = "JSON Web Token implementation in Python"

0 commit comments

Comments
 (0)