Skip to content

Commit 1bb293c

Browse files
bump version to 2.7.0
1 parent 94870cc commit 1bb293c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "CocktailBerry"
3-
version = "2.6.2"
3+
version = "2.7.0"
44
description = "A Python and Qt based App for a Cocktail Machine on a Raspberry Pi. Easily serve Cocktails with Raspberry Pi and Python"
55
authors = [{ name= "Andre Wohnsland" , email = "cocktailmakeraw@gmail.com" }]
66
readme = "readme.md"

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Literal
22

3-
__version__ = "2.6.2"
3+
__version__ = "2.7.0"
44
PROJECT_NAME = "CocktailBerry"
55
MAX_SUPPORTED_BOTTLES = 24
66
SupportedLanguagesType = Literal["en", "de"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)