From f8d3b571baea9203ba79e65e21aacb1107345342 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 9 Dec 2018 21:21:00 +0100 Subject: [PATCH] Version up, thanks to @ekohilas and @kapi2289 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 4cff815..b9efe60 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -15,7 +15,7 @@ from __future__ import unicode_literals 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'