From 81bc8f2ccf4f868e653bf79b706de64e0efaf0e7 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 4 Oct 2024 09:21:18 -0700 Subject: [PATCH] Bump version to 0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7bb774d..0947fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "unhacs" -version = "0.7.0" +version = "0.7.1" description = "Command line interface to install Home Assistant Community Store packages" authors = ["Ian Fijolek "] license = "MIT"