From 0837f4a1b3a2cf460198de0f936c56a76f707a9f Mon Sep 17 00:00:00 2001 From: terrancedejesus Date: Mon, 27 Jan 2025 15:32:32 -0500 Subject: [PATCH] updating patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 155a2aba0ab..3ecb1be4a87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "0.4.3" +version = "0.4.4" description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine." readme = "README.md" requires-python = ">=3.12"