Bump version to 2.6.2

This commit is contained in:
Guillermo Ruffino 2020-08-22 00:54:06 -03:00
parent ff70932064
commit 3037e888c4

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() long_description = readme_file.read()
VERSION = '2.6.1' VERSION = '2.6.2'
PROJECT_NAME = 'aioesphomeapi' PROJECT_NAME = 'aioesphomeapi'
PROJECT_PACKAGE_NAME = 'aioesphomeapi' PROJECT_PACKAGE_NAME = 'aioesphomeapi'
PROJECT_LICENSE = 'MIT' PROJECT_LICENSE = 'MIT'