Skip to content

Commit

Permalink
bump version 0.0.5 & fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Jun 9, 2018
1 parent 22187fa commit a577a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion isitdown/__version__.py
@@ -1,3 +1,3 @@
# Version information

__version__ = "0.0.4"
__version__ = "0.0.5"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
LONG_DESCRIPTION = pathlib.Path("README.rst").read_text("utf-8")

requires = {
"install": ["attrs", "aiohttp", "asyncssh"],
"install": ["attrs", "aiohttp", "asyncssh", "aiosmtplib"],
"setup": ["pytest-runner"],
"dev": [
"tox",
Expand Down

0 comments on commit a577a44

Please sign in to comment.