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