From 08f35a44c316509600704540a1dca73dd0f7d1ba Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sat, 23 Jul 2016 08:34:00 -0400 Subject: [PATCH] Updated release version. --- chatterbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index 1ac0a4668..4b8e9dd46 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.4' +__version__ = '0.4.5' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com'