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