VERSION = '2.6.6'

This commit is contained in:
Guillermo Ruffino 2021-03-16 10:30:58 -03:00 committed by GitHub
parent 8cdfa9c4ea
commit 9b2c9cb75f
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.5'
VERSION = '2.6.6'
PROJECT_NAME = 'aioesphomeapi'
PROJECT_PACKAGE_NAME = 'aioesphomeapi'
PROJECT_LICENSE = 'MIT'