From 094a10fd80c51a0e4ee96178efb855eb1b517ba0 Mon Sep 17 00:00:00 2001 From: Floke Date: Mon, 14 Apr 2025 15:41:43 +0000 Subject: [PATCH] bugfix --- brancheneinstufung.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brancheneinstufung.py b/brancheneinstufung.py index 8698bd34..883e8a01 100644 --- a/brancheneinstufung.py +++ b/brancheneinstufung.py @@ -38,7 +38,7 @@ except ImportError: # ==================== KONFIGURATION ==================== class Config: - VERSION = "v1.5.6" + VERSION = "v1.5.7" LANG = "de" CREDENTIALS_FILE = "service_account.json" SHEET_URL = "https://docs.google.com/spreadsheets/d/1u_gHr9JUfmV1-iviRzbSe3575QEp7KLhK5jFV_gJcgo"