From fc4a062f48aeefbe7a4c5c34b0988c623d26180b Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sat, 28 May 2011 11:53:22 -0300 Subject: [PATCH] codespell 1.0.2 --- codespell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell.py b/codespell.py index 853f4f4237..2d8be25951 100755 --- a/codespell.py +++ b/codespell.py @@ -25,7 +25,7 @@ USAGE = """ \t%prog [OPTIONS] dict_filename [file1 file2 ... fileN] """ -VERSION = '1.0.1' +VERSION = '1.0.2' misspellings = {} options = None