From 4ed6724c15f334a13bde29f3d53b3c9a8b8bc368 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Sat, 30 Nov 2024 12:44:10 +0100 Subject: [PATCH] feat: Update the version (#113) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f591923..2a4c8e1 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="grafana-api-sdk", - version="0.7.0", + version="0.7.1", author="Pascal Zimmermann", author_email="info@theiotstudio.com", description="A Grafana API SDK",