Bump version to 1.4.2

This commit is contained in:
Otto Winter 2019-01-19 15:29:13 +01:00
parent 82c47df17d
commit 31477e099c
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 1 deletions

View File

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