diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-03-13 11:21:18 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-03-13 11:21:18 +0100 |
commit | 6d2aa3389684e293006b8d553aa9f1569052d7d0 (patch) | |
tree | 799bfd26a308ed71238b0b3b20d5c44463cb55c6 /json_diff.py | |
parent | 8447cc37a67fa1c08b7a3628de493722f3a2002e (diff) | |
download | json_diff-6d2aa3389684e293006b8d553aa9f1569052d7d0.tar.gz |
Bump the release to fix the location.1.3.4
Diffstat (limited to 'json_diff.py')
-rwxr-xr-x | json_diff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json_diff.py b/json_diff.py index 728b32d..bdbe23d 100755 --- a/json_diff.py +++ b/json_diff.py @@ -33,7 +33,7 @@ import logging from optparse import OptionParser __author__ = "Matěj Cepl" -__version__ = "1.3.3" +__version__ = "1.3.4" logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s', level=logging.INFO) |