aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-03-13 11:21:18 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-03-13 11:21:18 +0100
commit6d2aa3389684e293006b8d553aa9f1569052d7d0 (patch)
tree799bfd26a308ed71238b0b3b20d5c44463cb55c6
parent8447cc37a67fa1c08b7a3628de493722f3a2002e (diff)
downloadjson_diff-6d2aa3389684e293006b8d553aa9f1569052d7d0.tar.gz
Bump the release to fix the location.1.3.4
-rwxr-xr-xjson_diff.py2
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)