From 129a2618577699faa7ce39e7398f7c8271a1de29 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sun, 17 Jan 2016 07:48:10 -0500 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 a816ea870..7fa66a11f 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -1,5 +1,5 @@ from .chatterbot import ChatBot -__version__ = "0.3.3" +__version__ = "0.3.4" __maintainer__ = "Gunther Cox" __email__ = "gunthercx@gmail.com"