From 6c0999f2593da49c0fa78d035a049111a5676836 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Tue, 27 Jun 2017 02:53:36 -0400 Subject: [PATCH] Update release version to 0.0.2 --- chatterbot_corpus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot_corpus/__init__.py b/chatterbot_corpus/__init__.py index 7a5dbb7d..63832588 100644 --- a/chatterbot_corpus/__init__.py +++ b/chatterbot_corpus/__init__.py @@ -3,7 +3,7 @@ """ from .corpus import Corpus -__version__ = '0.0.1' +__version__ = '0.0.2' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/chatterbot-corpus'