From e9d278d9ae0a3a38d473f1e14bccd71a6d66c338 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Thu, 11 Jul 2024 19:42:31 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f9ef5f..c50831d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hm_pyhelper" -version = "0.14.33" +version = "0.14.34" description = "Helium Python Helper" authors = ["Nebra Ltd "] readme = "README.md"