codespell 0.9
diff --git a/codespell.py b/codespell.py
index 256371b..bfe1944 100755
--- a/codespell.py
+++ b/codespell.py
@@ -12,7 +12,7 @@
 USAGE = """
 \t%prog [OPTIONS] dict_filename [file1 file2 ... fileN]
 """
-VERSION = '0.x'
+VERSION = '0.9'
 
 misspellings = {}
 options = None