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