From 67c489d36dd4c52cbb9e4755d90c35c6231842ef Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 23 Nov 2020 10:42:41 -0500 Subject: [PATCH] MAINT: Bump version (#1771) --- codespell_lib/_codespell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py index f7c5eee571..1e7e90f3d4 100755 --- a/codespell_lib/_codespell.py +++ b/codespell_lib/_codespell.py @@ -33,7 +33,7 @@ USAGE = """ \t%prog [OPTIONS] [file1 file2 ... fileN] """ -VERSION = '2.0.dev0' +VERSION = '2.0.0' supported_languages_en = ('en', 'en_GB', 'en_US', 'en_CA', 'en_AU') supported_languages = supported_languages_en