codespell 1.2
diff --git a/codespell.py b/codespell.py
index c772ca8..4252542 100755
--- a/codespell.py
+++ b/codespell.py
@@ -27,7 +27,7 @@
 USAGE = """
 \t%prog [OPTIONS] dict_filename [file1 file2 ... fileN]
 """
-VERSION = '1.1'
+VERSION = '1.2'
 
 misspellings = {}
 exclude_lines = set()