From 45062ac9b4177d28dcc6e82c9322638124a301fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Thu, 22 Aug 2024 06:36:52 +0200 Subject: [PATCH] 0.30.0 --- tibber/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tibber/const.py b/tibber/const.py index 79c5b94..374d382 100644 --- a/tibber/const.py +++ b/tibber/const.py @@ -3,7 +3,7 @@ from http import HTTPStatus from typing import Final -__version__ = "0.29.3" +__version__ = "0.30.0" API_ENDPOINT: Final = "https://api.tibber.com/v1-beta/gql" DEFAULT_TIMEOUT: Final = 10