Bump version: 0.5.3 → 0.5.4

This commit is contained in:
Karl 2025-10-31 16:16:51 +00:00
szülő 9e3731bfdc
commit b7a2516dd4
2 fájl változott, egészen pontosan 2 új sor hozzáadva és 2 régi sor törölve

Fájl megtekintése

@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.5.3"
current_version = "0.5.4"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
replace = "{new_version}"

Fájl megtekintése

@ -4,7 +4,7 @@ FROM python:3.11-slim
# Set the working directory in the container
WORKDIR /app
# Set version label
ARG VERSION="0.5.3"
ARG VERSION="0.5.4"
LABEL version=$VERSION
# Copy project files into the container