Bump version: 1.9.0 → 1.9.1

This commit is contained in:
Mads Marquart
2020-01-06 13:23:39 +01:00
parent b4d3769fd5
commit c5f447e20b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.0
current_version = 1.9.1
commit = True
tag = True

View File

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