From 27e5d1baae33a3586cc1004b39ad6dde8ea0c9a2 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 3 Jul 2019 23:59:45 +0200 Subject: [PATCH] Bump version: 1.7.0 -> 1.7.1 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 2cbd599..cf8fb7e 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -13,7 +13,7 @@ from ._client import Client from ._util import log # TODO: Remove this (from examples too) __title__ = "fbchat" -__version__ = "1.7.0" +__version__ = "1.7.1" __description__ = "Facebook Chat (Messenger) for Python" __copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"