From c50f206c22d67396704d8bf5590806c9f8bcf2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 16 Dec 2024 13:28:06 +0100 Subject: [PATCH] chg: Bump release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2feb572..b88d38d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.5.2" +version = "2.5.3" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause"