From 8057e9699977bb5f68c4c27dbbd4ec5b534b5028 Mon Sep 17 00:00:00 2001 From: Nat Burns Date: Sun, 12 Jan 2020 03:24:00 +0000 Subject: [PATCH] Release 0.0.4. --- custom_components/hdhomerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hdhomerun/__init__.py b/custom_components/hdhomerun/__init__.py index 991e936..457ceaf 100644 --- a/custom_components/hdhomerun/__init__.py +++ b/custom_components/hdhomerun/__init__.py @@ -1,5 +1,5 @@ """The HDHomeRun component.""" -__version__ = '0.0.3' +__version__ = '0.0.4' import voluptuous as vol import homeassistant.helpers.config_validation as cv