From e2b55722b638fc3afa900b86ed724a17d2a9fbcf Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 21 May 2024 10:18:30 +0200 Subject: [PATCH] Prepare for 0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2bc2c4..45a01cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "glances_api" -version = "0.6.0" +version = "0.7.0" description = "Python API for interacting with Glances" authors = ["Fabian Affolter "] homepage = "https://github.com/home-assistant-ecosystem/python-glances-api"