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'