diff --git a/misp_stix_converter/__init__.py b/misp_stix_converter/__init__.py index 4282700..458359b 100644 --- a/misp_stix_converter/__init__.py +++ b/misp_stix_converter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.194' +__version__ = '2.4.196' import argparse from .misp_stix_mapping import Mapping # noqa diff --git a/pyproject.toml b/pyproject.toml index 1a713ba..e14899f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "misp-stix" -version = "2.4.194" +version = "2.4.196" 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 "] @@ -41,7 +41,7 @@ misp_stix_converter = 'misp_stix_converter:main' [tool.poetry.dependencies] python = "^3.8" -pymisp = "^2.4.193" +pymisp = "^2.4.195" stix = "^1.2.0" cybox = "^2.1.0" mixbox = "^1.0.3"