diff --git a/setup.py b/setup.py index 819fbdd..db42ea7 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup from setuptools.command.install import install NAME = 'gardencontrol' -VERSION = '2' +VERSION = '3' AUTHOR = 'Thomas Klaehn' EMAIL = 'tkl@blackfinn.de' PACKAGES = ['config', 'control', 'gardencontrol', 'heat', 'remotecontrol']