codespell 1.3
diff --git a/codespell.py b/codespell.py
index fa764b9..4d01fb4 100755
--- a/codespell.py
+++ b/codespell.py
@@ -27,7 +27,7 @@
 USAGE = """
 \t%prog [OPTIONS] dict_filename [file1 file2 ... fileN]
 """
-VERSION = '1.2'
+VERSION = '1.3'
 
 misspellings = {}
 exclude_lines = set()