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"