From 75790998f9512ca55217baa2dd80c2d492218a65 Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Thu, 27 Jun 2024 23:26:08 +0200 Subject: [PATCH] Release 1.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a4d414..87add3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sigma-cli" -version = "1.0.3" +version = "1.0.4" description = "Sigma Command Line Interface (conversion, check etc.) based on pySigma" authors = ["Thomas Patzke "] license = "LGPL-2.1-or-later"