summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2014-03-25 20:02:10 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2014-03-25 20:02:10 -0400
commit257fd34acc393520fd01cfcf47bf628835ed9402 (patch)
tree0e516b7a8cba5b227c642dfafee790ea0213dafd
parentf01d965e3cd35bb44727ac282153d330b6e770e5 (diff)
downloadpyjwt-257fd34acc393520fd01cfcf47bf628835ed9402.tar.gz
Bump up version to 0.2.0 #310.2.0
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 02d1a0f..60fc220 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.9",
+ version="0.2.0",
author="Jeff Lindsay",
author_email="progrium@gmail.com",
description="JSON Web Token implementation in Python",