Skip to content

Commit

Permalink
Fixing PyPi Tar File (Issue #202)
Browse files Browse the repository at this point in the history
  • Loading branch information
attzonko committed Apr 23, 2021
1 parent 956b77a commit 81e29ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include README.md
include AUTHORS.rst
include requirements.txt
include dev-requirements.txt
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.1"
__version__ = "2.0.2"

__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.1",
version="2.0.2",
author="Alex Tzonkov",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 81e29ea

Please sign in to comment.