From a2339eff795c0b8592ba108c426dc3b660cc29d0 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 26 Feb 2023 14:37:47 +0100 Subject: [PATCH] Updated to version 0.13 --- const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.py b/const.py index 250ccb0..ef271df 100644 --- a/const.py +++ b/const.py @@ -9,7 +9,7 @@ https://github.com/xraver/mercedes_me_api/ # Software Name & Version NAME = "Mercedes Me API" DOMAIN = "mercedesmeapi" -VERSION = "0.12" +VERSION = "0.13" # Software Parameters TOKEN_FILE = ".mercedesme_token" CONFIG_FILE = ".mercedesme_config" -- 2.47.3