diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index 07f56f16c..910a2a16d 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -1,5 +1,5 @@ from .chatterbot import ChatBot -__version__ = "0.3.1" +__version__ = "0.3.2" __maintainer__ = "Gunther Cox" __email__ = "gunthercx@gmail.com"