Bump version to 2.0.0

This commit is contained in:
Otto Winter 2019-04-07 19:04:30 +02:00
parent e74118923e
commit 1d72da6ba1
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

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