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