From 56641fab61651a81ac1c73afa45fb93c9151e465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 11 Nov 2024 13:39:48 +0100 Subject: [PATCH] chg: Bump version, test for GH action release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1541f3d..70c4327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.5.1" +version = "2.5.2.dev0" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause"