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