Skip to content

Commit 4dbb0e5

Browse files
committed
FIX: Version for bugfix release
1 parent 8b82f2f commit 4dbb0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codespell_lib/_codespell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
USAGE = """
3131
\t%prog [OPTIONS] [file1 file2 ... fileN]
3232
"""
33-
VERSION = '1.10.0.dev0'
33+
VERSION = '1.9.2'
3434

3535
misspellings = {}
3636
exclude_lines = set()

0 commit comments

Comments
 (0)