From 41d0d335e96acc6a4a9d67b876eaa5c42009a16b Mon Sep 17 00:00:00 2001 From: Otto winter Date: Fri, 18 Jun 2021 16:58:18 +0200 Subject: [PATCH] Bump version to 2.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e74ae6..a766038 100644 --- a/setup.py +++ b/setup.py @@ -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.8.0' +VERSION = '2.9.0' PROJECT_NAME = 'aioesphomeapi' PROJECT_PACKAGE_NAME = 'aioesphomeapi' PROJECT_LICENSE = 'MIT'