Merge branch 'master' into refactor-model-parsing

This commit is contained in:
Mads Marquart
2019-04-17 22:01:04 +02:00
5 changed files with 224 additions and 268 deletions

View File

@@ -14,7 +14,7 @@ from ._graphql import graphql_queries_to_json, graphql_response_to_json, GraphQL
from ._client import Client
__title__ = "fbchat"
__version__ = "1.6.3"
__version__ = "1.6.4"
__description__ = "Facebook Chat (Messenger) for Python"
__copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"