Skip to content

Commit a76212a

Browse files
committed
chg: [poetry, package] Bumped versions
1 parent 5d01cf4 commit a76212a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

misp_stix_converter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2025.01.09'
1+
__version__ = '2025.01.10'
22

33
import argparse
44
from .misp_stix_mapping import Mapping # noqa

poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "2025.01.09"
3+
version = "2025.01.10"
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)