From a2fac46ff534b8b8785eadac939f15c668a4033d Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sun, 13 Dec 2015 16:46:10 -0500 Subject: [PATCH] Updated version to 0.3.2 --- chatterbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index 07f56f16c..910a2a16d 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -1,5 +1,5 @@ from .chatterbot import ChatBot -__version__ = "0.3.1" +__version__ = "0.3.2" __maintainer__ = "Gunther Cox" __email__ = "gunthercx@gmail.com"