From cb0f732545ea851af46a7c96525d6b5b418b8673 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Tue, 18 Jul 2017 06:59:48 -0400 Subject: [PATCH] Update release version to 0.7.2 --- chatterbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index c8cfd7a27..b421c3130 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -3,7 +3,7 @@ """ from .chatterbot import ChatBot -__version__ = '0.7.1' +__version__ = '0.7.2' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/ChatterBot'