diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-11-21 14:27:16 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-11-21 14:27:16 +0100 |
commit | 793f46ddd47b8b78123fcfa68b62d377380bd366 (patch) | |
tree | a1fe213ef232cec9fc8e1868fe699f700d7a7add /json_diff.py | |
parent | 604cb3ea57788097d058b1d04bbe614b8475b8ac (diff) | |
download | json_diff-793f46ddd47b8b78123fcfa68b62d377380bd366.tar.gz |
Bump the version to 0.9.0 ... closing down.0.9.0
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 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) |