From 22d678528ac9fda6fed36bea37d254adac443654 Mon Sep 17 00:00:00 2001 From: terrancedejesus Date: Thu, 7 Nov 2024 14:13:44 -0500 Subject: [PATCH] updated patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10b2b57f8bc..c5aeba9a8bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "0.1.3" +version = "0.1.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"