From 5345320aff2d4af973dd0fb13c9889f1105398bb Mon Sep 17 00:00:00 2001 From: Vagiz Duseev Date: Fri, 13 Dec 2024 14:08:26 +0100 Subject: [PATCH] Bump to 1.1.72 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f84d23c..d11d759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dt" -version = "1.1.71" +version = "1.1.72" description = "Dynatrace API Python client" readme = "README.md" authors = ["David Lopes "] @@ -49,4 +49,4 @@ wrapt = "*" [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"