We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b82f2f commit 4dbb0e5Copy full SHA for 4dbb0e5
codespell_lib/_codespell.py
@@ -30,7 +30,7 @@
30
USAGE = """
31
\t%prog [OPTIONS] [file1 file2 ... fileN]
32
"""
33
-VERSION = '1.10.0.dev0'
+VERSION = '1.9.2'
34
35
misspellings = {}
36
exclude_lines = set()
0 commit comments