From 3916dd15726ccc10fd835749f6d90882b0411b77 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sat, 28 Nov 2015 11:11:11 -0500 Subject: [PATCH] Updated version to 0.3.0 --- chatterbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index aa9236303..bdbea2c68 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -1,5 +1,5 @@ from .chatterbot import ChatBot -__version__ = "0.2.9" +__version__ = "0.3.0" __maintainer__ = "Gunther Cox" __email__ = "gunthercx@gmail.com"