From cf46dadb25f3fbcc4fd7a53bfe69b8554f081ba7 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Thu, 16 Jun 2016 20:14:21 -0400 Subject: [PATCH] Update release version. --- chatterbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index b7e8a5d82..ac6e1d7ed 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -6,7 +6,7 @@ if script_name != 'setup.py': from .chatterbot import ChatBot -__version__ = '0.4.2' +__version__ = '0.4.3' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com'