From 77739491c6c95babf13bacabc9458ff47b53b8d1 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 28 Feb 2012 23:12:43 -0300 Subject: [PATCH] codespell 1.4 --- codespell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell.py b/codespell.py index c1841d466f..daec448c73 100755 --- a/codespell.py +++ b/codespell.py @@ -27,7 +27,7 @@ USAGE = """ \t%prog [OPTIONS] dict_filename [file1 file2 ... fileN] """ -VERSION = '1.3' +VERSION = '1.4' misspellings = {} exclude_lines = set()