Skip to content

Commit

Permalink
Merge pull request #21 from tchellomello/master
Browse files Browse the repository at this point in the history
Version 0.0.4
  • Loading branch information
tchellomello authored Oct 30, 2017
2 parents 6cc0b15 + 0e70eeb commit c1148aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bs4==0.0.1
requests>=2.18.2
urllib3>=1.22
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name='raincloudy',
packages=['raincloudy'],
version='0.0.3',
version='0.0.4',
description='A Python library to communicate with Melnor' +
' RainCloud Smart Garden Watering Irrigation Timer' +
' (https://wwww.melnor.com/)',
Expand All @@ -22,5 +22,5 @@
'melnor',
'rain cloud',
'water',
],
],
)
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ commands =

[flake8]
exclude = docs,.tox,*.egg,*.pyc,.git,__pycache
ignore = E722

0 comments on commit c1148aa

Please sign in to comment.