Merge branch 'main' of github.com:MISP/cti-python-stix2 into main

pull/3/head
Alexandre Dulaunoy 2022-08-24 16:26:11 +02:00
commit fe28f355dc
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
4 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ Install with `pip <https://pip.pypa.io/en/stable/>`__:
$ pip install misp-lib-stix2 $ pip install misp-lib-stix2
Note: The library requires Python 3.6+. Note: The library requires Python 3.7+.
Usage Usage
----- -----

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "misp-lib-stix2" name = "misp-lib-stix2"
version = "3.0.1" version = "3.0.1.1"
description = "Produce and consume STIX 2 JSON content" description = "Produce and consume STIX 2 JSON content"
authors = ["OASIS Cyber Threat Intelligence Technical Committee <cti-users@lists.oasis-open.org>"] authors = ["OASIS Cyber Threat Intelligence Technical Committee <cti-users@lists.oasis-open.org>"]
maintainers = ["OASIS Cyber Threat Intelligence Technical Committee <cti-users@lists.oasis-open.org>"] maintainers = ["OASIS Cyber Threat Intelligence Technical Committee <cti-users@lists.oasis-open.org>"]

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 3.0.1 current_version = 3.0.1.1
commit = True commit = True
tag = True tag = True
@ -9,4 +9,4 @@ tag = True
license_file = LICENSE license_file = LICENSE
[bdist_wheel] [bdist_wheel]
universal = 1 universal = 0

View File

@ -1,3 +1,3 @@
__version__ = "3.0.1" __version__ = "3.0.1.1"
DEFAULT_VERSION = '2.1' # Default version will always be the latest STIX 2.X version DEFAULT_VERSION = '2.1' # Default version will always be the latest STIX 2.X version