From 7f70a5da678e5e13096aa1cb87d0c6c568357877 Mon Sep 17 00:00:00 2001 From: Wolfgang Malgadey Date: Sun, 4 Jun 2023 11:27:16 +0200 Subject: [PATCH] bumped version to 0.16 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8c7a83..622421b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ requirements = [x.strip() for x in open(here('requirements.txt')).readlines()] setup(name='python-tado', - version='0.15.0', + version='0.16.0', description='PyTado from chrism0dwk, modfied by w.malgadey, diplix, michaelarnauts, LenhartStephan, splifter, syssi, andersonshatch, Yippy, p0thi', long_description=readme, keywords='tado',