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
This commit is contained in:
Mads Marquart
2018-06-20 15:53:57 +02:00
parent 08922ae284
commit c8f8b818e0

View File

@@ -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'