diff --git a/codespell.py b/codespell.py index 99acfc608e..2aac706339 100755 --- a/codespell.py +++ b/codespell.py @@ -26,7 +26,7 @@ USAGE = """ \t%prog [OPTIONS] dict_filename [file1 file2 ... fileN] """ -VERSION = '1.0' +VERSION = '1.1-rc1' misspellings = {} exclude_lines = set()