From dca47104da7ae11e2b00ad490b1753a3c889230d Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sat, 22 Sep 2018 11:54:05 -0400 Subject: [PATCH] Update version to 1.1.3 --- 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 ab948dc6..62f3757d 100644 --- a/chatterbot_corpus/__init__.py +++ b/chatterbot_corpus/__init__.py @@ -3,7 +3,7 @@ """ from .corpus import Corpus -__version__ = '1.1.2' +__version__ = '1.1.3' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/chatterbot-corpus'