summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Lindsay <progrium@gmail.com>2014-01-17 13:30:17 -0800
committerJeff Lindsay <progrium@gmail.com>2014-01-17 13:30:17 -0800
commit3ca7667884e6d31605a55385d1df9d14af64f60e (patch)
tree036731d9834efe9c0554969c860f4ed07f8c9359
parentbf53ff71aa96df06fce55e198886aecebcea916d (diff)
downloadpyjwt-3ca7667884e6d31605a55385d1df9d14af64f60e.tar.gz
version bump, email update
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 7fd99a4..32f2271 100755
--- a/setup.py
+++ b/setup.py
@@ -8,9 +8,9 @@ def read(fname):
setup(
name="PyJWT",
- version="0.1.6",
+ version="0.1.7",
author="Jeff Lindsay",
- author_email="jeff.lindsay@twilio.com",
+ author_email="progrium@gmail.com",
description="JSON Web Token implementation in Python",
license="MIT",
keywords="jwt json web token security signing",