From c8f8b818e0de290860e9ade88df082049afb19d3 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 20 Jun 2018 15:53:57 +0200 Subject: [PATCH] Version up, thanks to @orenyomtov and @ ThatAlexanderA * Added `removeFriend` method, #298 * Removed `lxml` from dependencies, #301 * Moved configuration to setup.cfg instead of setup.py --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 4cf6cc9..2b92a3f 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.8' +__version__ = '1.3.9' __description__ = 'Facebook Chat (Messenger) for Python' __copyright__ = 'Copyright 2015 - 2018 by Taehoon Kim'