summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Feld <lothiraldan@gmail.com>2013-07-26 15:32:51 +0200
committerBoris Feld <lothiraldan@gmail.com>2013-07-26 15:32:51 +0200
commit2b5dd54dabe599676f3fa5b4f4c90b59856e908f (patch)
treea070f4c8d9c8e38c0c8e80118bac48c816640148
parent86a9fac315363232903d43753746da5de89205cb (diff)
downloadpyjwt-2b5dd54dabe599676f3fa5b4f4c90b59856e908f.tar.gz
Bump version0.1.6
Bump version as pypi version is already the 0.1.5, it helps when using master version with setuptools.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d7fb23b..fad2fe1 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ def read(fname):
setup(
name = "PyJWT",
- version = "0.1.5",
+ version = "0.1.6",
author = "Jeff Lindsay",
author_email = "jeff.lindsay@twilio.com",
description = ("JSON Web Token implementation in Python"),