From 04a3f02b261ff632683666e0cb32ab8aee83f29f Mon Sep 17 00:00:00 2001 From: Sean Wilson Date: Sat, 13 Jun 2020 15:11:33 -0400 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d7fd31..f67829e 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = 'aqualogic', packages = ['aqualogic'], # this must be the same as the name above - version = '2.3', + version = '2.4`, description = 'Library for interfacing with a Hayward/Goldline AquaLogic/ProLogic pool controller.', long_description = 'A python library to interface with Hayward/Goldline AquaLogic/ProLogic pool controllers. Note that the Goldline protocol uses RS-485 so a hardware interface that can provide the library with reader and writer file objects is required. The simplest solution for this is an RS-485 to Ethernet adapter connected via a socket.', author = 'Sean Wilson',