From ac39ab672b247981407d8a27d577bbbc3d659452 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 17 Nov 2023 12:45:49 +0100 Subject: [PATCH] Prepare for next release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8903593..150b551 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "glances_api" -version = "0.5.0" +version = "0.6.0" description = "Python API for interacting with Glances" authors = ["Fabian Affolter "] homepage = "https://github.com/home-assistant-ecosystem/python-glances-api"