Skip to content

Commit ec592a1

Browse files
committed
Changing version for Pypi release
1 parent 8a237fe commit ec592a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mmpy_bot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from mmpy_bot.settings import Settings
1111
from mmpy_bot.wrappers import ActionEvent, Message, WebHookEvent
1212

13-
__version__ = "2.0.0"
13+
__version__ = "2.0.1"
1414

1515
__all__ = [
1616
"__version__",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def requires(filename: str):
1212

1313
setup(
1414
name="mmpy_bot",
15-
version="2.0.0",
15+
version="2.0.1",
1616
author="Alex Tzonkov",
1717
author_email="alex.tzonkov@gmail.com",
1818
license="MIT",

0 commit comments

Comments
 (0)