From 58b04747e41f727578ab7c474ba2902968e60d3e Mon Sep 17 00:00:00 2001 From: ha-enthus1ast Date: Wed, 20 Dec 2023 20:18:44 +0000 Subject: [PATCH] Bump version to v0.1.1 Signed-off-by: ha-enthus1ast --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 212531a..f36ed45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plejd-mqtt-ha" -version = "0.1.0" +version = "0.1.1" description = "" authors = ["Viktor Karlquist "] readme = "README.md" @@ -43,6 +43,7 @@ ignore="tools" warn_return_any = true warn_unused_configs = true + [tool.poetry.group.test.dependencies] pytest-mock = "^3.6.1" pytest-asyncio = "^0.23.2"