From 8523bde11310ae4edccc0e97ce6473e1279880fd Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sat, 30 Jan 2016 12:33:20 -0500 Subject: [PATCH] Updated version to 0.3.5 --- chatterbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index 7fa66a11f..141ba1547 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -1,5 +1,5 @@ from .chatterbot import ChatBot -__version__ = "0.3.4" +__version__ = "0.3.5" __maintainer__ = "Gunther Cox" __email__ = "gunthercx@gmail.com"