Skip to content

Commit

Permalink
add zeroconf dependency, bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Aug 23, 2017
1 parent 2b415f8 commit 27b0004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mirobo/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.1.3"
__version__ = "0.1.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

packages=["mirobo"],

install_requires=['construct', 'click', 'cryptography', 'pretty_cron', 'typing'],
install_requires=['construct', 'click', 'cryptography', 'pretty_cron', 'typing', 'zeroconf'],
entry_points={
'console_scripts': [
'mirobo=mirobo.vacuum_cli:cli',
Expand Down

0 comments on commit 27b0004

Please sign in to comment.