Bump version: 1.7.0 -> 1.7.1

This commit is contained in:
Mads Marquart
2019-07-03 23:59:45 +02:00
parent 3a0b9867bc
commit 27e5d1baae

View File

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