Bump version to 1.1.2

This commit is contained in:
GitHub Copilot
2026-01-28 16:52:11 +00:00
parent 3bc77d4a85
commit 2e61b45ef1
11 changed files with 76 additions and 19 deletions
+1
View File
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Copy only what's needed for installation
WORKDIR /build
COPY pyproject.toml poetry.lock* ./
COPY README.md ./
COPY src/ ./src/
# Install the package
RUN pip install --no-cache-dir .