From 409bc7f033b21e9764b95e64e7502db09f095cde Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Sat, 28 Oct 2023 01:55:35 +0200 Subject: [PATCH] Release 0.7.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17c878c..1ddf27e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sigma-cli" -version = "0.7.7" +version = "0.7.8" description = "Sigma Command Line Interface (conversion, check etc.) based on pySigma" authors = ["Thomas Patzke "] license = "LGPL-2.1-or-later"