From b6d39700aa5be2de816697ccad1d7a9186ac2122 Mon Sep 17 00:00:00 2001 From: Nolan Gilley Date: Tue, 30 May 2023 10:26:34 -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 c37b9f0..b50c8fd 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ """ setup(name='python-ecobee-api', - version='0.2.16', + version='0.2.17', description='Python API for talking to Ecobee thermostats', url='https://github.com/nkgilley/python-ecobee-api', author='Nolan Gilley',