From 8743ab22abb583b49a00cf76be43895659abd044 Mon Sep 17 00:00:00 2001 From: Aaron Godfrey Date: Mon, 15 Jun 2020 18:57:41 -0700 Subject: [PATCH] Bumping version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c45800..f332d50 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(fname): setup( name="pytest-homeassistant", - version="0.1.0", + version="0.1.1", author="Aaron Godfrey", maintainer="Aaron Godfrey", license="MIT",