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"]