Skip to content

Commit d3b233f

Browse files
committed
chg: [poetry, package] New tag version
1 parent 7812270 commit d3b233f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misp_stix_converter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '20241220'
1+
__version__ = '2025.01.07'
22

33
import argparse
44
from .misp_stix_mapping import Mapping # noqa

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "misp-stix"
3-
version = "20241220"
3+
version = "2025.01.07"
44
description = "Python scripts used by MISP to export MISP format into STIX and to import STIX into MISP format."
55
authors = ["Christian Studer <[email protected]>"]
66
maintainers = ["Christian Studer <[email protected]>"]

0 commit comments

Comments
 (0)