Pump version to 0.42

This commit is contained in:
Pascal Vizeli 2017-07-07 00:30:04 +02:00 committed by GitHub
parent f798e75e30
commit 03bed162f4

View File

@ -1,7 +1,7 @@
"""Const file for HassIO."""
from pathlib import Path
HASSIO_VERSION = '0.41'
HASSIO_VERSION = '0.42'
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
'hassio/master/version.json')