From 00cc2174d2e89201bf9982a12ded7d95069181c6 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 9 Mar 2018 12:01:58 -0500 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 5fc4a666a9..f7242824ca 100755 --- a/codespell_lib/_codespell.py +++ b/codespell_lib/_codespell.py @@ -29,7 +29,7 @@ USAGE = """ \t%prog [OPTIONS] [file1 file2 ... fileN] """ -VERSION = '1.12.0.dev0' +VERSION = '1.12.0' misspellings = {} ignore_words = set()