From 9efbd7962fc0812ec2f3c8e625c5b213591b5201 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sat, 17 Dec 2016 06:53:52 -0500 Subject: [PATCH] Update version to 0.5.3 --- chatterbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index 2ce1921b4..0cc6521c9 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -3,7 +3,7 @@ """ from .chatterbot import ChatBot -__version__ = '0.5.2' +__version__ = '0.5.3' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/ChatterBot'