From 9b44b695e18171fe7470a359b5cbe55749e1ca63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Sun, 20 Oct 2024 20:33:31 +0200 Subject: [PATCH] 0.30.3 --- tibber/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tibber/const.py b/tibber/const.py index 1605a20..aac00bf 100644 --- a/tibber/const.py +++ b/tibber/const.py @@ -3,7 +3,7 @@ from http import HTTPStatus from typing import Final -__version__ = "0.30.2" +__version__ = "0.30.3" API_ENDPOINT: Final = "https://api.tibber.com/v1-beta/gql" DEFAULT_TIMEOUT: Final = 10