From 191396e5e8b06c380defda56c6e41b3dbbed3e60 Mon Sep 17 00:00:00 2001 From: Sergey Polzunov Date: Thu, 24 Apr 2025 19:19:36 +0200 Subject: [PATCH] Version bump (#4655) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 732016ff4..2bbeb65c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "1.0.18" +version = "1.1.1" 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"