We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68d770 commit 7071278Copy full SHA for 7071278
misp_stix_converter/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2025.01.10'
+__version__ = '2025.02.14'
2
3
import argparse
4
from .misp_stix_mapping import Mapping # noqa
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "misp-stix"
-version = "2025.01.10"
+version = "2025.02.14"
description = "Python scripts used by MISP to export MISP format into STIX and to import STIX into MISP format."
5
authors = ["Christian Studer <christian.studer@circl.lu>"]
6
maintainers = ["Christian Studer <christian.studer@circl.lu>"]
0 commit comments