Skip to content

Commit 19c875c

Browse files
committed
Bump version: 1.9.4 → 1.9.5
1 parent 12bbc00 commit 19c875c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.4
2+
current_version = 1.9.5
33
commit = True
44
tag = True
55

fbchat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from ._util import log # TODO: Remove this (from examples too)
1414

1515
__title__ = "fbchat"
16-
__version__ = "1.9.4"
16+
__version__ = "1.9.5"
1717
__description__ = "Facebook Chat (Messenger) for Python"
1818

1919
__copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"

0 commit comments

Comments
 (0)