From 372a1cab73dad91daab5640f472eda4552be0adb Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Wed, 3 Oct 2018 07:06:38 -0400 Subject: [PATCH] Set release version to 1.0.0a2 --- chatterbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index 0fa41a930..763c56dda 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -3,7 +3,7 @@ """ from .chatterbot import ChatBot -__version__ = '1.0.0a1' +__version__ = '1.0.0a2' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/ChatterBot'