Skip to content

Commit

Permalink
Changing version for Pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
attzonko committed Apr 9, 2021
1 parent 8a237fe commit ec592a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmpy_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from mmpy_bot.settings import Settings
from mmpy_bot.wrappers import ActionEvent, Message, WebHookEvent

__version__ = "2.0.0"
__version__ = "2.0.1"

__all__ = [
"__version__",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def requires(filename: str):

setup(
name="mmpy_bot",
version="2.0.0",
version="2.0.1",
author="Alex Tzonkov",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit ec592a1

Please sign in to comment.