From 086695d898889d712f13d7ff0e2a794ec5d8a22a Mon Sep 17 00:00:00 2001 From: Karl Date: Thu, 4 Sep 2025 08:58:28 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.11=20=E2=86=92=200.3.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index ebdb48b..98870ba 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.3.11" +current_version = "0.3.12" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] replace = "{new_version}" diff --git a/Dockerfile b/Dockerfile index 3148fd0..8032f6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.11" +ARG VERSION="0.3.12" LABEL version=$VERSION # Copy project files into the container