aboutsummaryrefslogtreecommitdiffstats
path: root/json_diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'json_diff.py')
-rwxr-xr-xjson_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/json_diff.py b/json_diff.py
index cb646f6..978b0de 100755
--- a/json_diff.py
+++ b/json_diff.py
@@ -29,7 +29,7 @@ import logging
from optparse import OptionParser
__author__ = "Matěj Cepl"
-__version__ = "0.1.0"
+__version__ = "0.9.0"
logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s', level=logging.INFO)