aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-10-12 18:12:56 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-10-12 18:12:56 +0300
commitae759186ddc31c34fc10f81f6598fef6fbfca0db (patch)
treee0d65352a28de558c5a45e38d051b317e1c8ef5e
parentd05c7342c67ca83ae912a64d9e39f328d38e0dde (diff)
Version 0.1.1
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8096dfd..5dd49da 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pylogsentinel"
-version = "0.1.0"
+version = "0.1.1"
description = "Lightweight cron-friendly log monitoring utility with regex rules and per-rule shell actions"
readme = "README.md"
requires-python = ">=3.9"