From acc0cf7a9e44ca11384d7d2b0dcd743af6e99ef9 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sat, 23 Feb 2019 10:08:16 -0500 Subject: [PATCH] Update version to 1.0.3 --- chatterbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index ee69eeb79..90d35e206 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -3,7 +3,7 @@ """ from .chatterbot import ChatBot -__version__ = '1.0.2' +__version__ = '1.0.3' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/ChatterBot'