From 45fca4aed6dc3f6f960c4c51538e5c16640ebb3b Mon Sep 17 00:00:00 2001 From: Lance Lovette Date: Wed, 2 Oct 2024 17:17:42 -0400 Subject: [PATCH] Version bump (release). --- man/jsonlogalert.1 | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/jsonlogalert.1 b/man/jsonlogalert.1 index c5502df..823cfdb 100644 --- a/man/jsonlogalert.1 +++ b/man/jsonlogalert.1 @@ -1,4 +1,4 @@ -.TH "JSONLOGALERT" "1" "2024-09-30" "0.9.0.dev0" "jsonlogalert Manual" +.TH "JSONLOGALERT" "1" "2024-10-02" "0.9.0" "jsonlogalert Manual" .SH NAME jsonlogalert \- Read JSON structured logs and filter... .SH SYNOPSIS diff --git a/pyproject.toml b/pyproject.toml index 380e7da..3c29edd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jsonlogalert" -version = "0.9.0-dev" +version = "0.9.0" description = "Watch systemd journal and log files and email important activity to administrators." readme = "README.md" requires-python = ">=3.9"