Version bump 3

This commit is contained in:
Thomas Klaehn 2022-03-30 12:02:49 +02:00
parent 050a01d05e
commit 6d41ebfb01

View File

@ -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']