From 25afa190184d2d1aafa1f0214b2d825129cd1ef4 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Fri, 22 Sep 2023 20:04:12 +0200 Subject: [PATCH] chg: [package] New version bump --- misp_stix_converter/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misp_stix_converter/__init__.py b/misp_stix_converter/__init__.py index b814a881..8e147654 100644 --- a/misp_stix_converter/__init__.py +++ b/misp_stix_converter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.176' +__version__ = '2.4.177' import argparse from .misp_stix_mapping import Mapping # noqa diff --git a/pyproject.toml b/pyproject.toml index 74e3a085..7a41f50f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "misp-stix" -version = "2.4.176" +version = "2.4.177" description = "Python scripts used by MISP to export MISP format into STIX and to import STIX into MISP format." authors = ["Christian Studer "] maintainers = ["Christian Studer "]