diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index bad850a3b..7646e11e4 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -3,7 +3,7 @@ """ from .chatterbot import ChatBot -__version__ = '0.8.1' +__version__ = '0.8.2' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/ChatterBot'