From 2eef8266a3365eacc74ed7478a591f2be763edad Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Wed, 3 Oct 2018 11:50:20 -0400 Subject: [PATCH] FIX: Bump version --- 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 86f3d4c6ae..42917d805b 100755 --- a/codespell_lib/_codespell.py +++ b/codespell_lib/_codespell.py @@ -31,7 +31,7 @@ USAGE = """ \t%prog [OPTIONS] [file1 file2 ... fileN] """ -VERSION = '1.14.0.dev0' +VERSION = '1.14.0' # Users might want to link this file into /usr/local/bin, so we resolve the # symbolic link path to the real path if necessary.