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