Pump version to 0.60

This commit is contained in:
Pascal Vizeli 2017-08-24 22:40:19 +02:00 committed by GitHub
parent e1f97860ee
commit 56fa1550d2

View File

@ -2,7 +2,7 @@
from pathlib import Path
from ipaddress import ip_network
HASSIO_VERSION = '0.59'
HASSIO_VERSION = '0.60'
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
'hassio/{}/version.json')