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