We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3037e commit 0428b4aCopy full SHA for 0428b4a
misp_stix_converter/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.4.185'
+__version__ = '2.4.186'
2
3
import argparse
4
from .misp_stix_mapping import Mapping # noqa
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "misp-stix"
-version = "2.4.185.1"
+version = "2.4.186"
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