From ef60e00bee4eb87fefeeebd560844579bc0b7627 Mon Sep 17 00:00:00 2001 From: Ken Sanislo Date: Thu, 20 Dec 2018 14:02:30 -0800 Subject: [PATCH] version bump --- tcc-exporter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcc-exporter b/tcc-exporter index 7d806a1..c476ee7 100755 --- a/tcc-exporter +++ b/tcc-exporter @@ -11,7 +11,7 @@ import urllib.request from http.server import HTTPServer, BaseHTTPRequestHandler from urllib.error import HTTPError -VERSION = '0.5.0' +VERSION = '0.5.1' PREFIX = 'https://mytotalconnectcomfort.com/' devices = list()