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