From 909df9183f00b2e96678a19237f17e577327897b Mon Sep 17 00:00:00 2001 From: frack113 <62423083+frack113@users.noreply.github.com> Date: Sat, 11 Nov 2023 10:16:14 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ddf27e..92a75cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sigma-cli" -version = "0.7.8" +version = "0.7.9" description = "Sigma Command Line Interface (conversion, check etc.) based on pySigma" authors = ["Thomas Patzke "] license = "LGPL-2.1-or-later"