Bump version to 2.8.0

This commit is contained in:
Jesse Hills 2021-05-26 09:40:21 +12:00 committed by GitHub
parent a6a25d88b7
commit 150232f355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ with open(os.path.join(here, 'README.rst'), encoding='utf-8') as readme_file:
long_description = readme_file.read()
VERSION = '2.7.0'
VERSION = '2.8.0'
PROJECT_NAME = 'aioesphomeapi'
PROJECT_PACKAGE_NAME = 'aioesphomeapi'
PROJECT_LICENSE = 'MIT'