diff --git a/codespell.py b/codespell.py index fa764b9313..4d01fb4d36 100755 --- a/codespell.py +++ b/codespell.py @@ -27,7 +27,7 @@ USAGE = """ \t%prog [OPTIONS] dict_filename [file1 file2 ... fileN] """ -VERSION = '1.2' +VERSION = '1.3' misspellings = {} exclude_lines = set()