From 31ef6222f228e3acdb01fde2d7be8813fd8f9b3a Mon Sep 17 00:00:00 2001 From: Justin Vanderhooft Date: Fri, 22 May 2020 15:53:57 -0400 Subject: [PATCH] build: version 0.0.8 --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 846ceaf..a8709ba 100644 --- a/README.rst +++ b/README.rst @@ -121,6 +121,6 @@ Usage Current Limitations ------------- +-------------------- - Only 1 (one) controller is supported. - Only 1 (one) valve unit is supported. diff --git a/setup.py b/setup.py index 671954b..adbac71 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readme(): setup( name='raincloudy', packages=['raincloudy'], - version='0.1.0', + version='0.0.8', description='A Python library to communicate with Melnor \ RainCloud Smart Garden Watering Irrigation Timer \ (https://wwww.melnor.com/)',