diff --git a/pyproject.toml b/pyproject.toml index b9162f01..3b5deccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "CocktailBerry" -version = "3.2.0" +version = "3.3.0" description = "A Python and Qt based App for a Cocktail Machine on a Raspberry Pi. Easily serve Cocktails with Raspberry Pi and Python" authors = [{ name= "Andre Wohnsland" , email = "cocktailmakeraw@gmail.com" }] readme = "readme.md" diff --git a/src/__init__.py b/src/__init__.py index 5573aa45..c071c2af 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,6 +1,6 @@ from typing import Literal -__version__ = "3.2.0" +__version__ = "3.3.0" PROJECT_NAME = "CocktailBerry" MAX_SUPPORTED_BOTTLES = 24 SupportedLanguagesType = Literal["en", "de"] diff --git a/uv.lock b/uv.lock index 5fc5da56..2ab5301b 100644 --- a/uv.lock +++ b/uv.lock @@ -283,7 +283,7 @@ wheels = [ [[package]] name = "cocktailberry" -version = "3.2.0" +version = "3.3.0" source = { virtual = "." } dependencies = [ { name = "adafruit-circuitpython-busdevice" },