From 1b528a4277b3f4771aab2a88edc08b3100add9c9 Mon Sep 17 00:00:00 2001 From: Karl Date: Thu, 10 Jul 2025 17:11:09 +0100 Subject: [PATCH] new version --- .bumpversion.toml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 183cb7b..034e2e4 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.2.11" +current_version = "0.2.12" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] replace = "{new_version}" diff --git a/Dockerfile b/Dockerfile index aeb9ab5..42e31f7 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.2.11" +ARG VERSION="0.2.12" LABEL version=$VERSION # Copy project files into the container