summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2014-04-28 10:03:24 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2014-04-28 10:03:24 -0400
commit0ee3ee579bd2a008d3b3a137e776a25661f2365c (patch)
treeedc9995a47e55ebac1c68f30c0b608b1701453a5
parentda98964207b3e0ebf97120dc4be1c40e152dd040 (diff)
downloadpyjwt-0ee3ee579bd2a008d3b3a137e776a25661f2365c.tar.gz
Bump up version to 0.2.1 #34
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 60fc220..e7454f8 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.2.0",
+ version="0.2.1",
author="Jeff Lindsay",
author_email="progrium@gmail.com",
description="JSON Web Token implementation in Python",