Skip to content

Commit 67c489d

Browse files
authored
MAINT: Bump version (#1771)
1 parent 05033c3 commit 67c489d

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
@@ -33,7 +33,7 @@
3333
USAGE = """
3434
\t%prog [OPTIONS] [file1 file2 ... fileN]
3535
"""
36-
VERSION = '2.0.dev0'
36+
VERSION = '2.0.0'
3737

3838
supported_languages_en = ('en', 'en_GB', 'en_US', 'en_CA', 'en_AU')
3939
supported_languages = supported_languages_en

0 commit comments

Comments
 (0)