Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
swilson committed Jun 13, 2020
1 parent d6e252f commit 04a3f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 04a3f02

Please sign in to comment.