Skip to content

Commit

Permalink
Bump version: 1.9.2 → 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jan 8, 2020
1 parent 4714be5 commit 881aa9a
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.2
current_version = 1.9.3
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.2"
__version__ = "1.9.3"
__description__ = "Facebook Chat (Messenger) for Python"

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

0 comments on commit 881aa9a

Please sign in to comment.