From 01da43d753cdff4ea7dff952b4f5317450af31e3 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 10 Jun 2021 15:12:32 -0400 Subject: [PATCH] MAINT: Bump version (#1943) --- 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 b05999d7a2..b1d39a9bb0 100755 --- a/codespell_lib/_codespell.py +++ b/codespell_lib/_codespell.py @@ -38,7 +38,7 @@ USAGE = """ \t%prog [OPTIONS] [file1 file2 ... fileN] """ -VERSION = '2.1.dev0' +VERSION = '2.1.0' supported_languages_en = ('en', 'en_GB', 'en_US', 'en_CA', 'en_AU') supported_languages = supported_languages_en