Skip to content

Commit

Permalink
bump to 0.9.0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Nov 17, 2019
1 parent bd628f9 commit 8bb585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant_cli/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Constants used by Home Assistant CLI (hass-cli)."""
PACKAGE_NAME = 'homeassistant_cli'

__version__ = '0.8.0.dev0'
__version__ = '0.9.0.dev0'

AUTO_SERVER = 'auto'
DEFAULT_SERVER = 'http://localhost:8123'
Expand Down

0 comments on commit 8bb585e

Please sign in to comment.