From a71835a5b85c50b5bcb214bf564cb68b29cfd2d1 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 17 Apr 2019 22:58:37 +0200 Subject: [PATCH] Version up, thanks to @kapi2289 and @LukasOndrejka --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index d84af99..5160084 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -13,7 +13,7 @@ from .models import * from ._client import Client __title__ = "fbchat" -__version__ = "1.6.4" +__version__ = "1.6.5" __description__ = "Facebook Chat (Messenger) for Python" __copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"