From 8d2554044540ba0d811626ff61c04a4a09e548cb Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 3 Feb 2019 22:07:44 +0100 Subject: [PATCH] Version up, thanks to @kapi2289 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 22e0e895..838ea963 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -10,7 +10,7 @@ from .client import * __title__ = "fbchat" -__version__ = "1.6.2" +__version__ = "1.6.3" __description__ = "Facebook Chat (Messenger) for Python" __copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"