From 6e8d5f31b80c4e65eb02c67fd2a55879546aa6b4 Mon Sep 17 00:00:00 2001 From: Eric Forte <119343520+eric-forte-elastic@users.noreply.github.com> Date: Fri, 5 Apr 2024 13:38:54 -0400 Subject: [PATCH] Bump KQL lib Version (#3575) (cherry picked from commit e6f48ade019776338d6535b7a45524ab9042246a) --- lib/kql/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kql/pyproject.toml b/lib/kql/pyproject.toml index 87752574e..b67e5f8c7 100644 --- a/lib/kql/pyproject.toml +++ b/lib/kql/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection-rules-kql" -version = "0.1.6" +version = "0.1.7" description = "Kibana Query Language parser for Elastic Detection Rules" license = {text = "Elastic License v2"} keywords = ["Elastic", "sour", "Detection Rules", "Security", "Elasticsearch", "kql"]