From f0e849e9c0b226d2ae6d3fda81fb1e09cc3bdf7d Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 30 Aug 2018 00:08:27 +0200 Subject: [PATCH] Version up, thanks to @kapi2289, @gave92, @ThatAlexanderA and @1ttric --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 8b048df..25dd5d4 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.3.9' +__version__ = '1.4.0' __description__ = 'Facebook Chat (Messenger) for Python' __copyright__ = 'Copyright 2015 - 2018 by Taehoon Kim'