From 3e9c25da6bf43071365ec3b331e8751b17a49fb7 Mon Sep 17 00:00:00 2001 From: Andre Wohnsland <50302161+AndreWohnsland@users.noreply.github.com> Date: Tue, 27 Aug 2024 07:37:52 +0200 Subject: [PATCH] Bump version --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index f34283ff..550259a2 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,6 +1,6 @@ from typing import Literal -__version__ = "1.35.1" +__version__ = "1.35.2" PROJECT_NAME = "CocktailBerry" MAX_SUPPORTED_BOTTLES = 24 SupportedLanguagesType = Literal["en", "de"]