Skip to content

Commit 0e47882

Browse files
committed
Release v0.1.10
1 parent f3c4db6 commit 0e47882

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_BASE=python:3.12-slim@sha256:804ddf3251a60bbf9c92e73b7566c40428d54d0e79d3428194edf40da6521286
2-
ARG VERSION=0.1.9
2+
ARG VERSION=0.1.10
33
ARG BUILD_DATE=unknown
44
ARG VCS_REF=unknown
55
ARG SOURCE_URL=https://github.com/jcastro/stopliga
@@ -25,7 +25,7 @@ RUN pip install --upgrade pip==26.0.1 setuptools==82.0.1 wheel==0.46.3 \
2525

2626
FROM ${PYTHON_BASE} AS runtime
2727

28-
ARG VERSION=0.1.9
28+
ARG VERSION=0.1.10
2929
ARG BUILD_DATE=unknown
3030
ARG VCS_REF=unknown
3131
ARG SOURCE_URL=https://github.com/jcastro/stopliga

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stopliga"
7-
version = "0.1.9"
7+
version = "0.1.10"
88
description = "Synchronize a UniFi policy-based route with a public GitHub IP feed."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)