FIX: Fix packaging
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..8a72d0a
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,4 @@
+include codespell_lib/__init__.py
+recursive-include codespell_lib *.py
+include codespell_lib/data/dictionary.txt
+include codespell_lib/data/linux-kernel.exclude
diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py
index 222f52d..af25140 100755
--- a/codespell_lib/_codespell.py
+++ b/codespell_lib/_codespell.py
@@ -30,7 +30,7 @@
 USAGE = """
 \t%prog [OPTIONS] [file1 file2 ... fileN]
 """
-VERSION = '1.10.0.dev0'
+VERSION = '1.9.1'
 
 misspellings = {}
 exclude_lines = set()