We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5891620 commit e635e54Copy full SHA for e635e54
setup.py
@@ -6,7 +6,7 @@ def read(fname):
6
7
setup(
8
name = "PyJWT",
9
- version = "0.1.4",
+ version = "0.1.5",
10
author = "Jeff Lindsay",
11
author_email = "jeff.lindsay@twilio.com",
12
description = ("JSON Web Token implemtnation in Python"),
@@ -21,4 +21,4 @@ def read(fname):
21
"Topic :: Utilities",
22
"License :: OSI Approved :: MIT License",
23
],
24
-)
+)
0 commit comments