Bump version to 2.5.0

This commit is contained in:
Otto Winter 2019-11-12 14:57:14 +01:00
parent 91b2e0ceb4
commit 9be72930e6
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -2,7 +2,7 @@
"""aioesphomeapi setup script."""
from setuptools import find_packages, setup
VERSION = '2.4.2'
VERSION = '2.5.0'
PROJECT_NAME = 'aioesphomeapi'
PROJECT_PACKAGE_NAME = 'aioesphomeapi'
PROJECT_LICENSE = 'MIT'