From c326a6516395797d6173821ef8f1bc18e7237b74 Mon Sep 17 00:00:00 2001 From: "Flamm, Matthew H" Date: Sun, 16 Aug 2020 23:21:19 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03db0cd..db27323 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( author="Matthew Flamm", name="pytest-homeassistant-custom-component", - version="0.0.1", + version="0.0.2-a", packages=["pytest_homeassistant_custom_component"], python_requires=">=3.7.1", install_requires=requirements,