From dc300a89bf61760ce133d37c9542f35e3b6f766e Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Sun, 2 May 2021 17:08:43 -0400 Subject: [PATCH] Bump version to 4.0.0 --- docs/command-line.rst | 2 +- stix2elevator/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/command-line.rst b/docs/command-line.rst index be54703b..1bfe477f 100644 --- a/docs/command-line.rst +++ b/docs/command-line.rst @@ -25,7 +25,7 @@ STIX 1.x content to STIX 2.x content: file -stix2-elevator v3.0.1 +stix2-elevator v4.0.0 positional arguments: diff --git a/stix2elevator/version.py b/stix2elevator/version.py index 05527687..ce1305bf 100644 --- a/stix2elevator/version.py +++ b/stix2elevator/version.py @@ -1 +1 @@ -__version__ = "3.0.1" +__version__ = "4.0.0"