Skip to content

Commit 460dc14

Browse files
Merge pull request #386 from AndreWohnsland/update-version-v2.6.1
Update version to v2.6.1
2 parents cc3b583 + 2921bd3 commit 460dc14

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.0"
3+
version = "2.6.1"
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.0"
3+
__version__ = "2.6.1"
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)