From 01a999cbafa702ff888b00b04829e1c3f3fc9b64 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Mon, 21 Aug 2017 17:50:53 -0400 Subject: [PATCH] Update release version to 1.0.1 --- chatterbot_corpus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot_corpus/__init__.py b/chatterbot_corpus/__init__.py index 5910a895..8f8302dc 100644 --- a/chatterbot_corpus/__init__.py +++ b/chatterbot_corpus/__init__.py @@ -3,7 +3,7 @@ """ from .corpus import Corpus -__version__ = '1.0.0' +__version__ = '1.0.1' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/chatterbot-corpus'