Pump version to 0.34

This commit is contained in:
Pascal Vizeli 2017-05-24 00:09:47 +02:00 committed by GitHub
parent abd9683e11
commit e33420f26e

View File

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