Pump version to fix

This commit is contained in:
Pascal Vizeli
2018-05-05 23:19:56 +02:00
committed by GitHub
parent a2abadc970
commit e383a11bb7

View File

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