diff options
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 b7b44fc..6607261 100755 --- a/json_diff.py +++ b/json_diff.py @@ -32,7 +32,7 @@ import logging from optparse import OptionParser __author__ = "Matěj Cepl" -__version__ = "1.2.3" +__version__ = "1.2.4" import locale |