From 6d2aa3389684e293006b8d553aa9f1569052d7d0 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 13 Mar 2015 11:21:18 +0100 Subject: Bump the release to fix the location. --- json_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json_diff.py') 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) -- cgit