From 0ac087494581011fe6dbb61c750ebfd644ba8f1f Mon Sep 17 00:00:00 2001 From: HarvsG <11440490+HarvsG@users.noreply.github.com> Date: Sun, 14 Sep 2025 17:05:13 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f127dfb..5b405ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gli4py" -version = "0.0.12" +version = "0.0.13" description = "A python 3 API wrapper for GL-inet routers for consumption by Home Assistant" authors = ["HarvsG "] license = "GNU GENERAL PUBLIC LICENSE" @@ -24,3 +24,4 @@ pytest-asyncio = "^0.21.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" +