diff options
| author | José Padilla <jpadilla@webapplicate.com> | 2015-01-08 12:22:08 -0400 |
|---|---|---|
| committer | José Padilla <jpadilla@webapplicate.com> | 2015-01-08 12:22:08 -0400 |
| commit | 016b0bf9349019ac90aa4c61c728660af003ea72 (patch) | |
| tree | 050ce9e2fcb3085545f565311376e14b5f356a90 | |
| parent | d65bf4a8e3190b05bc9900fe1f41853c15a59ecc (diff) | |
| download | pyjwt-016b0bf9349019ac90aa4c61c728660af003ea72.tar.gz | |
Bump up version0.4.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 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', |
