Bump version to 3.1.0

This commit is contained in:
Jesse Hills 2021-06-29 22:46:05 +12:00 committed by GitHub
parent e0f09de715
commit 61cefdb470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 = '3.0.1'
VERSION = '3.1.0'
PROJECT_NAME = 'aioesphomeapi'
PROJECT_PACKAGE_NAME = 'aioesphomeapi'
PROJECT_LICENSE = 'MIT'