diff options
| author | Mark Adams <mark@markadams.me> | 2017-04-17 11:36:08 -0500 |
|---|---|---|
| committer | Mark Adams <mark@markadams.me> | 2017-04-17 11:38:29 -0500 |
| commit | 6b5c9c12932791669a7ee4eb4a595ee00825e52e (patch) | |
| tree | 087a2d7320449acce55dd4611da44474be040fc7 /jwt/__init__.py | |
| parent | 7992d81ac827d2e1f1bf0b4fd62fafdbae412197 (diff) | |
| download | pyjwt-new-release.tar.gz | |
v1.5.0 releasenew-release
Diffstat (limited to 'jwt/__init__.py')
| -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 64b2f97..398d854 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.4.2' +__version__ = '1.5.0' __author__ = 'José Padilla' __license__ = 'MIT' __copyright__ = 'Copyright 2015 José Padilla' |
