From 4878f97ba455ceae07739d44f77183fe75a00095 Mon Sep 17 00:00:00 2001 From: Nolan Gilley Date: Tue, 21 Dec 2021 14:17:31 +0000 Subject: [PATCH] 0.2.15 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f236f0..1397f0a 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ """ setup(name='python-ecobee-api', - version='0.2.14', + version='0.2.15', description='Python API for talking to Ecobee thermostats', url='https://github.com/nkgilley/python-ecobee-api', author='Nolan Gilley',