From 0ffdca123b0e7b6a3a76202be799b38e5d49534a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 21 Jun 2024 12:08:19 +0200 Subject: [PATCH] chg: Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ba3de0..ee4c8f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.4.193" +version = "2.4.194" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause"