summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2014-02-08 02:32:16 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2014-02-08 02:32:16 -0400
commitd0e81060c62e9b5d6b5837641b35418c88a1c60f (patch)
tree979bb596818ca290041356f54d00f643f17cd002
parent8c9adc1805c4983c397bd31745507bc9cceeabce (diff)
downloadpyjwt-d0e81060c62e9b5d6b5837641b35418c88a1c60f.tar.gz
Bump up version for release
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cdd14a3..02d1a0f 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
setup(
name="PyJWT",
- version="0.1.7",
+ version="0.1.9",
author="Jeff Lindsay",
author_email="progrium@gmail.com",
description="JSON Web Token implementation in Python",