From 8af0a735c1f12afc9ccc7973f559d25ba9bbd186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 31 Jul 2023 12:06:12 +0200 Subject: [PATCH] chg: Bump version, templates --- pymisp/__init__.py | 2 +- pymisp/data/misp-objects | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pymisp/__init__.py b/pymisp/__init__.py index eaf6248..920ca55 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.173' +__version__ = '2.4.174' import logging import sys import warnings diff --git a/pymisp/data/misp-objects b/pymisp/data/misp-objects index 17f71b3..4da0529 160000 --- a/pymisp/data/misp-objects +++ b/pymisp/data/misp-objects @@ -1 +1 @@ -Subproject commit 17f71b39bd8b1306afc9139acc62815911533438 +Subproject commit 4da05293d723ad6f9db4a3e349e140daa5d2a28d diff --git a/pyproject.toml b/pyproject.toml index 01c237e..fb8840c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.4.173" +version = "2.4.174" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause"