From 0465a17298d2ac1e7ac464ea3d6db670f738bf5b Mon Sep 17 00:00:00 2001 From: Stephen Bird Date: Fri, 1 Jan 2021 20:35:41 -0800 Subject: [PATCH] Bump version to prep for first release --- custom_components/traeger/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/traeger/const.py b/custom_components/traeger/const.py index b8bacdb..2249c2a 100644 --- a/custom_components/traeger/const.py +++ b/custom_components/traeger/const.py @@ -3,7 +3,7 @@ NAME = "Traeger" DOMAIN = "traeger" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.0.1" +VERSION = "0.0.2" ATTRIBUTION = "" ISSUE_URL = "https://github.com/sebirdman/hass_traeger/issues"