Pump version to 201

This commit is contained in:
Pascal Vizeli
2020-02-09 22:41:22 +01:00
committed by GitHub
parent 4279d7fd16
commit ddb8eef4d1

View File

@@ -3,7 +3,7 @@ from enum import Enum
from ipaddress import ip_network
from pathlib import Path
HASSIO_VERSION = "200"
HASSIO_VERSION = "201"
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"