mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-07-31 16:08:48 +01:00
Bump version: 0.3.2 → 0.3.3
This commit is contained in:
parent
fdd2893255
commit
fa59f3cfeb
@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "0.3.2"
|
||||
current_version = "0.3.3"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
replace = "{new_version}"
|
||||
|
@ -4,7 +4,7 @@ FROM python:3.11-slim
|
||||
# Set the working directory in the container
|
||||
WORKDIR /app
|
||||
# Set version label
|
||||
ARG VERSION="0.3.2"
|
||||
ARG VERSION="0.3.3"
|
||||
LABEL version=$VERSION
|
||||
|
||||
# Copy project files into the container
|
||||
|
Loading…
x
Reference in New Issue
Block a user