Bump version to 1.8.0

This commit is contained in:
Otto Winter 2019-03-28 17:14:39 +01:00
parent 46bd04631f
commit 6789949b99
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -2,7 +2,7 @@
"""aioesphomeapi setup script."""
from setuptools import find_packages, setup
VERSION = '1.7.0'
VERSION = '1.8.0'
PROJECT_NAME = 'aioesphomeapi'
PROJECT_PACKAGE_NAME = 'aioesphomeapi'
PROJECT_LICENSE = 'MIT'