Bump version to 2.4.1

This commit is contained in:
Otto Winter 2019-10-24 13:59:21 +02:00
parent 10724ea3e5
commit f85cf7d826
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.0'
VERSION = '2.4.1'
PROJECT_NAME = 'aioesphomeapi'
PROJECT_PACKAGE_NAME = 'aioesphomeapi'
PROJECT_LICENSE = 'MIT'