Pump version to 0.31

This commit is contained in:
Pascal Vizeli 2017-05-19 09:47:25 +02:00 committed by GitHub
parent 33e5f94f1f
commit 4cc11305c7

View File

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