diff options
| author | José Padilla <jpadilla@webapplicate.com> | 2017-09-05 14:16:03 -0400 |
|---|---|---|
| committer | José Padilla <jpadilla@webapplicate.com> | 2017-09-05 14:16:03 -0400 |
| commit | 2f762817bb5647678982bc10cfce0f61b40c9cc0 (patch) | |
| tree | c0c13f85227c0f8d50af28540b8f13c6e2b68075 /jwt | |
| parent | 608ed4a948e305cd1953ce93ab42094a046c0372 (diff) | |
| download | pyjwt-2f762817bb5647678982bc10cfce0f61b40c9cc0.tar.gz | |
Bump up version to v1.5.3
Diffstat (limited to 'jwt')
| -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 4a7628d..090b26a 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.2' +__version__ = '1.5.3' __author__ = 'José Padilla' __license__ = 'MIT' __copyright__ = 'Copyright 2015 José Padilla' |
