diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-12 19:24:36 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-12 19:24:36 +0300 |
| commit | ba490570b157e703950dc1e198196837242925d0 (patch) | |
| tree | 9f15f7cfbdedf17d8555c02bcc16a7191bb41134 /pyproject.toml | |
| parent | ae759186ddc31c34fc10f81f6598fef6fbfca0db (diff) | |
0.2.0: Rename --dry-run to --skip-actions, update docs
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5dd49da..5f501c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pylogsentinel" -version = "0.1.1" +version = "0.2.0" description = "Lightweight cron-friendly log monitoring utility with regex rules and per-rule shell actions" readme = "README.md" requires-python = ">=3.9" |
