From 82434dccae1a8442c09838945d1adc4e170b76e6 Mon Sep 17 00:00:00 2001 From: Justin Vanderhooft Date: Fri, 22 May 2020 16:40:17 -0400 Subject: [PATCH] build: version 1.0a2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d03bb9..6b88e87 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readme(): setup( name='raincloudy', packages=['raincloudy'], - version='1.0a1', + version='1.0a2', description='A Python library to communicate with Melnor \ RainCloud Smart Garden Watering Irrigation Timer \ (https://wwww.melnor.com/)',