diff --git a/pyproject.toml b/pyproject.toml index 2eba535..db272c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["OASIS Cyber Threat Intelligence Technical Committee "] diff --git a/setup.cfg b/setup.cfg index fdc0c86..cd4f2c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.1 +current_version = 3.0.1.1 commit = True tag = True diff --git a/stix2/version.py b/stix2/version.py index 5679339..6152185 100644 --- a/stix2/version.py +++ b/stix2/version.py @@ -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