Skip to content

Commit 00cc217

Browse files
committed
FIX: Bump version
1 parent 92c3b32 commit 00cc217

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
@@ -29,7 +29,7 @@
2929
USAGE = """
3030
\t%prog [OPTIONS] [file1 file2 ... fileN]
3131
"""
32-
VERSION = '1.12.0.dev0'
32+
VERSION = '1.12.0'
3333

3434
misspellings = {}
3535
ignore_words = set()

0 commit comments

Comments
 (0)