From c16926249717705b6ec9c40117d60173754d35f9 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 9 Dec 2011 13:16:24 -0200 Subject: [PATCH] codespell 1.3 --- codespell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()