Skip to content

Commit 2b5dd54

Browse files
committed
Bump version
Bump version as pypi version is already the 0.1.5, it helps when using master version with setuptools.
1 parent 86a9fac commit 2b5dd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read(fname):
66

77
setup(
88
name = "PyJWT",
9-
version = "0.1.5",
9+
version = "0.1.6",
1010
author = "Jeff Lindsay",
1111
author_email = "jeff.lindsay@twilio.com",
1212
description = ("JSON Web Token implementation in Python"),

0 commit comments

Comments
 (0)