From c42571400fb144797be7fcdcd05888ab497ec2ba Mon Sep 17 00:00:00 2001 From: Nolan Gilley Date: Wed, 2 Oct 2024 12:29:35 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8afd569..376c7f0 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ """ setup(name='python-ecobee-api', - version='0.2.19', + version='0.2.20', description='Python API for talking to Ecobee thermostats', url='https://github.com/nkgilley/python-ecobee-api', author='Nolan Gilley',