version bump 3

This commit is contained in:
Thomas Klaehn 2022-03-30 15:36:49 +02:00
parent b0b9783882
commit 20788ca6a9

View File

@ -6,7 +6,7 @@ from setuptools import setup
from setuptools.command.install import install from setuptools.command.install import install
NAME = 'Greenhouseui' NAME = 'Greenhouseui'
VERSION = '2' VERSION = '3'
AUTHOR = 'Thomas Klaehn' AUTHOR = 'Thomas Klaehn'
EMAIL = 'tkl@blackfinn.de' EMAIL = 'tkl@blackfinn.de'
PACKAGES = ['greenhouseui'] PACKAGES = ['greenhouseui']