We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12bbc00 commit 19c875cCopy full SHA for 19c875c
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.9.4
+current_version = 1.9.5
3
commit = True
4
tag = True
5
fbchat/__init__.py
@@ -13,7 +13,7 @@
13
from ._util import log # TODO: Remove this (from examples too)
14
15
__title__ = "fbchat"
16
-__version__ = "1.9.4"
+__version__ = "1.9.5"
17
__description__ = "Facebook Chat (Messenger) for Python"
18
19
__copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"
0 commit comments