From 3d5a9c588ee526f959980481a91068fdcb3414ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 8 Jun 2023 15:08:04 +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 19eec7f..31eb11a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.4.171" +version = "2.4.172" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause"