From eea3bef303ee258a54763b1e756fab2af05dd759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 20 Mar 2024 14:12:53 +0100 Subject: [PATCH] chg: Bump version, templates --- 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 4bf694a..8ccd583 160000 --- a/pymisp/data/misp-objects +++ b/pymisp/data/misp-objects @@ -1 +1 @@ -Subproject commit 4bf694a8463b7d24bfea00b98e941ddffcb7c7a0 +Subproject commit 8ccd583d217624c322a6927bcbdb7fe412a2e855 diff --git a/pyproject.toml b/pyproject.toml index a9914bc..ee62ba3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.4.187" +version = "2.4.188" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause"