From 9654912127f9068f1b17738e4df9e9d4c7a9d52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 26 Jul 2024 15:40:55 +0200 Subject: [PATCH] chg: Bump version --- pymisp/data/misp-objects | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pymisp/data/misp-objects b/pymisp/data/misp-objects index e3288ef..6165aff 160000 --- a/pymisp/data/misp-objects +++ b/pymisp/data/misp-objects @@ -1 +1 @@ -Subproject commit e3288ef6e516624e3e335939a2b7fe4aef5ce510 +Subproject commit 6165affd5b47680be403baaed9b8fd168df60347 diff --git a/pyproject.toml b/pyproject.toml index 403a1fa..7e23a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.4.194" +version = "2.4.195" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause"