fix: [package] Bumped latest package version

pull/2/head
Christian Studer 2022-08-24 10:52:51 +02:00
parent 7baa967aee
commit f09b4bf50b
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "misp-lib-stix2"
version = "3.0.1"
version = "3.0.1.1"
description = "Produce and consume STIX 2 JSON content"
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>"]

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.1
current_version = 3.0.1.1
commit = True
tag = True

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