From 314252480985827c4ebdb6c1ad2b87a7bb2d2a94 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 7 Feb 2018 11:30:19 +0100 Subject: [PATCH] Version up, thanks to @DeltaF1 `onFriendRequest` functionality is restored --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 7b575c96..f4ae20e4 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -17,7 +17,7 @@ __copyright__ = 'Copyright 2015 - {} by Taehoon Kim'.format(datetime.now().year) -__version__ = '1.3.0' +__version__ = '1.3.1' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart' __email__ = 'carpedm20@gmail.com'