aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-11-21 14:27:16 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-11-21 14:27:16 +0100
commit793f46ddd47b8b78123fcfa68b62d377380bd366 (patch)
treea1fe213ef232cec9fc8e1868fe699f700d7a7add
parent604cb3ea57788097d058b1d04bbe614b8475b8ac (diff)
downloadjson_diff-793f46ddd47b8b78123fcfa68b62d377380bd366.tar.gz
Bump the version to 0.9.0 ... closing down.0.9.0
-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)