codespell 1.7
diff --git a/codespell.py b/codespell.py
index 098deb0..332bf4a 100755
--- a/codespell.py
+++ b/codespell.py
@@ -27,7 +27,7 @@
 USAGE = """
 \t%prog [OPTIONS] [file1 file2 ... fileN]
 """
-VERSION = '1.6'
+VERSION = '1.7'
 
 misspellings = {}
 exclude_lines = set()