From 28e7f68022f17657f91ba30feffae49ddefe5227 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Tue, 8 May 2018 18:02:48 -0400 Subject: [PATCH] Update version to 0.8.6 --- chatterbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index 7a127eecb..ecc3b25e4 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -3,7 +3,7 @@ """ from .chatterbot import ChatBot -__version__ = '0.8.5' +__version__ = '0.8.6' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/ChatterBot'