diff options
author | José Padilla <jpadilla@webapplicate.com> | 2017-06-22 10:56:43 -0400 |
---|---|---|
committer | José Padilla <jpadilla@webapplicate.com> | 2017-06-22 10:56:43 -0400 |
commit | bc966214de9852258dd00dd2efc01ce6c9a22ac6 (patch) | |
tree | dfcbd01cc0a4c5c3f2aafa9e28e6d4fcfc18a07f | |
parent | 8bd4f6ed67f9fd92cd5d5775a1bc2ce253b5430f (diff) | |
download | pyjwt-1.5.1.tar.gz |
Bump up version1.5.1
-rw-r--r-- | jwt/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jwt/__init__.py b/jwt/__init__.py index 1080b4e..0e78d45 100644 --- a/jwt/__init__.py +++ b/jwt/__init__.py @@ -10,7 +10,7 @@ http://self-issued.info/docs/draft-jones-json-web-token-01.html __title__ = 'pyjwt' -__version__ = '1.5.0' +__version__ = '1.5.1' __author__ = 'José Padilla' __license__ = 'MIT' __copyright__ = 'Copyright 2015 José Padilla' |