From 3d7ca9f84050a0380e2115e7ec7fcd84465537d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Mon, 4 Nov 2024 20:52:27 +0100 Subject: [PATCH] 0.30.4 --- tibber/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tibber/const.py b/tibber/const.py index aac00bf..20e8852 100644 --- a/tibber/const.py +++ b/tibber/const.py @@ -3,7 +3,7 @@ from http import HTTPStatus from typing import Final -__version__ = "0.30.3" +__version__ = "0.30.4" API_ENDPOINT: Final = "https://api.tibber.com/v1-beta/gql" DEFAULT_TIMEOUT: Final = 10