From e3314019300e5e9eca1b38b82a11935363e8036b Mon Sep 17 00:00:00 2001 From: ha-enthus1ast Date: Mon, 18 Dec 2023 08:20:39 +0000 Subject: [PATCH] Bump version to v0.0.8 --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 035641f..7cb29da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plejd-mqtt-ha" -version = "0.0.6" +version = "0.0.8" description = "" authors = ["Viktor Karlquist "] readme = "README.md" @@ -46,6 +46,8 @@ warn_unused_configs = true + + [tool.poetry.group.test.dependencies] pytest-mock = "^3.6.1" pytest-asyncio = "^0.23.2"