Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lanfon72 committed Dec 6, 2019
1 parent 42f6d33 commit d62e0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohubot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from .plugins import EnterMessage, LeaveMessage, TopicMessage
from .robot import Robot, Blueprint

__version__ = '0.4.3'
__version__ = '0.4.4'
__all__ = ["Robot", "Blueprint", "Adapter", "TextMessage",
"EnterMessage", "LeaveMessage", "TopicMessage", "CatchAllMessage"]

0 comments on commit d62e0e7

Please sign in to comment.