diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 4cff8158..b9efe60e 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -15,7 +15,7 @@ from .client import * __title__ = 'fbchat' -__version__ = '1.4.1' +__version__ = '1.4.2' __description__ = 'Facebook Chat (Messenger) for Python' __copyright__ = 'Copyright 2015 - 2018 by Taehoon Kim'