Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lanfon72 committed Oct 2, 2019
1 parent f11e04c commit c937123
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.3.7'
__version__ = '0.4.0'
__all__ = ["Robot", "Blueprint", "Adapter", "TextMessage",
"EnterMessage", "LeaveMessage", "TopicMessage", "CatchAllMessage"]

0 comments on commit c937123

Please sign in to comment.