Skip to content

Commit 65d7832

Browse files
committed
chg: [package, poetry] New version
1 parent 3c59612 commit 65d7832

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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__ = '2026.2.12'
1+
__version__ = '2026.3.13'
22

33
import argparse
44
from .misp2stix import MISPtoSTIX1AttributesParser, MISPtoSTIX1EventsParser # noqa

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "misp-stix"
3-
version = "2026.2.12"
3+
version = "2026.3.13"
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>"]
@@ -11,7 +11,7 @@ readme = "README.md"
1111

1212
classifiers = [
1313
'License :: OSI Approved :: BSD License',
14-
'Development Status :: 4 - Beta',
14+
'Development Status :: 5 - Production/Stable',
1515
'Environment :: Console',
1616
'Operating System :: POSIX :: Linux',
1717
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)