codespell 1.0.2
diff --git a/codespell.py b/codespell.py
index 853f4f4..2d8be25 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