From 0983fd27c9dfc070bdfa76f3e0bfc89f751bf2d8 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 5 Sep 2024 16:13:30 -0700 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c62223..a75c72c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "unhacs" -version = "0.6.1" +version = "0.6.2" description = "Command line interface to install Home Assistant Community Store packages" authors = ["Ian Fijolek "] license = "MIT"