From 4dbb0e5f5d849b6f5c080e27aec6c957135bb4fb Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 17 Jun 2016 16:55:43 -0400 Subject: [PATCH] FIX: Version for bugfix release --- 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 222f52d48d..d65aab41f8 100755 --- a/codespell_lib/_codespell.py +++ b/codespell_lib/_codespell.py @@ -30,7 +30,7 @@ USAGE = """ \t%prog [OPTIONS] [file1 file2 ... fileN] """ -VERSION = '1.10.0.dev0' +VERSION = '1.9.2' misspellings = {} exclude_lines = set()