diff --git a/.bumpversion.toml b/.bumpversion.toml index 20ff2f6..d05612c 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.2.19" +current_version = "0.2.20" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] replace = "{new_version}" diff --git a/Dockerfile b/Dockerfile index 9f3af4e..06f568a 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.19" +ARG VERSION="0.2.20" LABEL version=$VERSION # Copy project files into the container