From 31477e099cc83012bd0401011ca06082d1f05ee2 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 19 Jan 2019 15:29:13 +0100 Subject: [PATCH] Bump version to 1.4.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d7d031..fc63e7a 100644 --- a/setup.py +++ b/setup.py @@ -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'