We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf53ff7 commit 3ca7667Copy full SHA for 3ca7667
setup.py
@@ -8,9 +8,9 @@ def read(fname):
8
9
setup(
10
name="PyJWT",
11
- version="0.1.6",
+ version="0.1.7",
12
author="Jeff Lindsay",
13
- author_email="jeff.lindsay@twilio.com",
+ author_email="progrium@gmail.com",
14
description="JSON Web Token implementation in Python",
15
license="MIT",
16
keywords="jwt json web token security signing",
0 commit comments