diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index a816ea870..7fa66a11f 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -1,5 +1,5 @@ from .chatterbot import ChatBot -__version__ = "0.3.3" +__version__ = "0.3.4" __maintainer__ = "Gunther Cox" __email__ = "gunthercx@gmail.com"