From 25c824d287b7edfb46c425c025f66017b835e460 Mon Sep 17 00:00:00 2001 From: Emily Ratliff Date: Wed, 28 Sep 2022 12:44:47 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.1.6=20=E2=86=92=204.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/command-line.rst | 2 +- setup.cfg | 2 +- stix2elevator/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/command-line.rst b/docs/command-line.rst index 3f1b291..ff9cd2c 100644 --- a/docs/command-line.rst +++ b/docs/command-line.rst @@ -28,7 +28,7 @@ STIX 1.x content to STIX 2.x content: file -stix2-elevator v4.1.6 +stix2-elevator v4.1.7 positional arguments: diff --git a/setup.cfg b/setup.cfg index 8a7cc6b..367eca8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.6 +current_version = 4.1.7 commit = True tag = True diff --git a/stix2elevator/version.py b/stix2elevator/version.py index c905148..c7ba460 100644 --- a/stix2elevator/version.py +++ b/stix2elevator/version.py @@ -1 +1 @@ -__version__ = "4.1.6" +__version__ = "4.1.7"