summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2015-01-08 12:22:08 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2015-01-08 12:22:08 -0400
commit016b0bf9349019ac90aa4c61c728660af003ea72 (patch)
tree050ce9e2fcb3085545f565311376e14b5f356a90
parentd65bf4a8e3190b05bc9900fe1f41853c15a59ecc (diff)
downloadpyjwt-016b0bf9349019ac90aa4c61c728660af003ea72.tar.gz
Bump up version0.4.1
-rw-r--r--jwt/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jwt/__init__.py b/jwt/__init__.py
index 1765cb1..1f4fbac 100644
--- a/jwt/__init__.py
+++ b/jwt/__init__.py
@@ -18,7 +18,7 @@ from .compat import (json, string_types, text_type, constant_time_compare,
timedelta_total_seconds)
-__version__ = '0.4.0'
+__version__ = '0.4.1'
__all__ = [
# Functions
'encode',