Skip to content

Commit

Permalink
chg: [package] Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Aug 21, 2024
1 parent 03dc3be commit 16879a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misp_stix_converter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.4.194'
__version__ = '2.4.196'

import argparse
from .misp_stix_mapping import Mapping # noqa
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "misp-stix"
version = "2.4.194"
version = "2.4.196"
description = "Python scripts used by MISP to export MISP format into STIX and to import STIX into MISP format."
authors = ["Christian Studer <[email protected]>"]
maintainers = ["Christian Studer <[email protected]>"]
Expand Down Expand Up @@ -41,7 +41,7 @@ misp_stix_converter = 'misp_stix_converter:main'

[tool.poetry.dependencies]
python = "^3.8"
pymisp = "^2.4.193"
pymisp = "^2.4.195"
stix = "^1.2.0"
cybox = "^2.1.0"
mixbox = "^1.0.3"
Expand Down

0 comments on commit 16879a4

Please sign in to comment.