diff --git a/misp_stix_converter/__init__.py b/misp_stix_converter/__init__.py index a31b1b0e..a393d28b 100644 --- a/misp_stix_converter/__init__.py +++ b/misp_stix_converter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.161' +__version__ = '2.4.162' import argparse import sys diff --git a/pyproject.toml b/pyproject.toml index 167c186c..a544abbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "misp-stix" -version = "2.4.161" +version = "2.4.162" 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 "]