From 793f46ddd47b8b78123fcfa68b62d377380bd366 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 21 Nov 2011 14:27:16 +0100 Subject: Bump the version to 0.9.0 ... closing down. --- 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 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) -- cgit