From b3b6f1c39ade19ae9c53be3d07c7b9fe9414f30e Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Mon, 28 Oct 2024 14:55:08 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 098e2ad..4c355ce 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.36" +version = "0.14.37" description = "Helium Python Helper" authors = ["Nebra Ltd "] readme = "README.md"