aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-07-21 13:44:06 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-07-21 13:44:47 +0300
commit9c54af24fb787ca505c0b6fc8abcd6f3f43d753a (patch)
treebb619eef10dc580bb852eecf417e112990bce776 /pyproject.toml
parent415f77f05ae648bb2a2640971f3268e1fae59b06 (diff)
0.4.0: Add match clustering
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a79322b..92a152a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pylogsentinel"
-version = "0.3.2"
+version = "0.4.0"
description = "Lightweight cron-friendly log monitoring utility with regex rules and per-rule shell actions"
readme = "README.md"
requires-python = ">=3.11"