We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1068811 commit d727cf1Copy full SHA for d727cf1
homeassistant_cli/const.py
@@ -1,7 +1,7 @@
1
"""Constants used by Home Assistant CLI (hass-cli)."""
2
PACKAGE_NAME = 'homeassistant_cli'
3
4
-__version__ = '0.10.0.dev0'
+__version__ = '0.9.4'
5
6
AUTO_SERVER = 'auto'
7
DEFAULT_SERVER = 'http://localhost:8123'
0 commit comments