Skip to content

Commit

Permalink
bump version to **0.4.5**
Browse files Browse the repository at this point in the history
  • Loading branch information
lanfon72 authored Jan 2, 2020
1 parent 26d7641 commit 0bfa7cd
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.4'
__version__ = '0.4.5'
__all__ = ["Robot", "Blueprint", "Adapter", "TextMessage",
"EnterMessage", "LeaveMessage", "TopicMessage", "CatchAllMessage"]

0 comments on commit 0bfa7cd

Please sign in to comment.