Bump version: 1.8.2 → 1.8.3

This commit is contained in:
Mads Marquart
2019-09-08 15:59:29 +02:00
parent bb1f7d9294
commit 813219cd9c
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ from ._client import Client
from ._util import log # TODO: Remove this (from examples too)
__title__ = "fbchat"
__version__ = "1.8.2"
__version__ = "1.8.3"
__description__ = "Facebook Chat (Messenger) for Python"
__copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"