We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa77338 + 9821bdb commit 015b4d0Copy full SHA for 015b4d0
3 files changed
backend/core/metadata.py
@@ -1,6 +1,6 @@
1
from enum import StrEnum
2
3
-VERSION = "1.4.1"
+VERSION = "1.5.0"
4
5
DESCRIPTION = """
6
An endpoint for [CocktailBerry](https://github.com/AndreWohnsland/CocktailBerry) to send cocktail data to! 🍹
pyproject.toml
[project]
name = "cocktailberry-webapp"
-version = "1.4.1"
+version = "1.5.0"
description = "WebApp with API and endpoint for CocktailBerry. Have insights into made cocktails."
authors = [{name="Andre Wohnsland", email="<50302161+AndreWohnsland@users.noreply.github.com>"}]
license = "MIT"
0 commit comments