Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anxuae committed Jun 24, 2018
1 parent 9e20eea commit a24230b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and the address is truncated (URL without scheme, domain and port).
},
"PUMP":{
"pin":3,
"flow":500
"duration":6
}
}
Expand Down
2 changes: 1 addition & 1 deletion pih2o/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

"""An automatic plant watering application in pure Python for the Raspberry Pi."""

__version__ = "0.0.2"
__version__ = "1.0.0"

from pih2o.h2o import create_app # For WSGI loading

0 comments on commit a24230b

Please sign in to comment.