FIX: Version for bugfix release
diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py
index 222f52d..d65aab4 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.2'
 
 misspellings = {}
 exclude_lines = set()