From d3b233fe9d5b3e3d9b7c9ae40f3d8895435b5a67 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Tue, 7 Jan 2025 10:34:49 +0100 Subject: [PATCH] chg: [poetry, package] New tag version --- 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 dacf184..8f19465 100644 --- a/misp_stix_converter/__init__.py +++ b/misp_stix_converter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '20241220' +__version__ = '2025.01.07' import argparse from .misp_stix_mapping import Mapping # noqa diff --git a/pyproject.toml b/pyproject.toml index bdbae54..2b7fa67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "misp-stix" -version = "20241220" +version = "2025.01.07" 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 "]