commit | 2eef8266a3365eacc74ed7478a591f2be763edad | [log] [tgz] |
---|---|---|
author | Eric Larson <larson.eric.d@gmail.com> | Wed Oct 03 11:50:20 2018 -0400 |
committer | Eric Larson <larson.eric.d@gmail.com> | Wed Oct 03 11:50:20 2018 -0400 |
tree | 3e61eadb4639696b0987657cddd7b26d4fbdc6fd | |
parent | 6a3aa8f69acbc542fec328520a590d76ca3b3dca [diff] |
FIX: Bump version
diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py index 86f3d4c..42917d8 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.