Skip to content

Commit

Permalink
* bump version up to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lanfon72 committed Sep 29, 2019
1 parent 096597a commit 9ea500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohubot/__init__.py
Expand Up @@ -3,6 +3,6 @@
from .plugins import EnterMessage, LeaveMessage, TopicMessage
from .robot import Robot, Blueprint

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

0 comments on commit 9ea500a

Please sign in to comment.