Bump version to 2.7.0

This commit is contained in:
Jesse Hills 2021-05-12 20:58:29 +12:00 committed by GitHub
parent fa6d8de974
commit 23ac74da4d
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.6.6'
VERSION = '2.7.0'
PROJECT_NAME = 'aioesphomeapi'
PROJECT_PACKAGE_NAME = 'aioesphomeapi'
PROJECT_LICENSE = 'MIT'