We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28220b commit a6e4716Copy full SHA for a6e4716
misp_stix_converter/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2025.8.4'
+__version__ = '2025.8.13'
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.8.4"
+version = "2025.8.13"
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