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