From d727cf1f31e254e592d80ad71956564d8f41d535 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 20 Jun 2021 23:34:15 +0200 Subject: [PATCH] Update version --- homeassistant_cli/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant_cli/const.py b/homeassistant_cli/const.py index 0661e1e..28db19e 100644 --- a/homeassistant_cli/const.py +++ b/homeassistant_cli/const.py @@ -1,7 +1,7 @@ """Constants used by Home Assistant CLI (hass-cli).""" PACKAGE_NAME = 'homeassistant_cli' -__version__ = '0.10.0.dev0' +__version__ = '0.9.4' AUTO_SERVER = 'auto' DEFAULT_SERVER = 'http://localhost:8123'