We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7812270 commit d3b233fCopy full SHA for d3b233f
misp_stix_converter/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '20241220'
+__version__ = '2025.01.07'
2
3
import argparse
4
from .misp_stix_mapping import Mapping # noqa
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."
5
authors = ["Christian Studer <christian.studer@circl.lu>"]
6
maintainers = ["Christian Studer <christian.studer@circl.lu>"]
0 commit comments