Bump version to 2.6.5

This commit is contained in:
Guillermo Ruffino 2021-02-15 11:59:25 -03:00 committed by GitHub
parent 96b75c5337
commit b80892ce3c
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.4'
VERSION = '2.6.5'
PROJECT_NAME = 'aioesphomeapi'
PROJECT_PACKAGE_NAME = 'aioesphomeapi'
PROJECT_LICENSE = 'MIT'