Skip to content

Commit 0428b4a

Browse files
committed
chg: [package, poetry] New version
1 parent dd3037e commit 0428b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misp_stix_converter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.4.185'
1+
__version__ = '2.4.186'
22

33
import argparse
44
from .misp_stix_mapping import Mapping # noqa

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "misp-stix"
3-
version = "2.4.185.1"
3+
version = "2.4.186"
44
description = "Python scripts used by MISP to export MISP format into STIX and to import STIX into MISP format."
55
authors = ["Christian Studer <christian.studer@circl.lu>"]
66
maintainers = ["Christian Studer <christian.studer@circl.lu>"]

0 commit comments

Comments
 (0)