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