Skip to content

Commit

Permalink
Bump version: 1.9.3 → 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jan 14, 2020
1 parent 4530300 commit 9c81806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.3
current_version = 1.9.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion fbchat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from ._util import log # TODO: Remove this (from examples too)

__title__ = "fbchat"
__version__ = "1.9.3"
__version__ = "1.9.4"
__description__ = "Facebook Chat (Messenger) for Python"

__copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"
Expand Down

0 comments on commit 9c81806

Please sign in to comment.