Bump version to 202

This commit is contained in:
Pascal Vizeli 2020-02-17 11:38:08 +01:00 committed by GitHub
parent 80ddb1d262
commit 5497ed885a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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