codespell 1.0-rc2
diff --git a/codespell.py b/codespell.py
index 823277e..d492b72 100755
--- a/codespell.py
+++ b/codespell.py
@@ -12,7 +12,7 @@
 USAGE = """
 \t%prog [OPTIONS] dict_filename [file1 file2 ... fileN]
 """
-VERSION = '1.0-rc1'
+VERSION = '1.0-rc2'
 
 misspellings = {}
 options = None