From 81550cab92aaacbca5db0d37c607dfd1707ce4c3 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Fri, 24 Sep 2021 09:34:37 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.0=20=E2=86=92=203.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- stix2/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 94daaca..fdc0c86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 3.0.1 commit = True tag = True diff --git a/stix2/version.py b/stix2/version.py index 743140f..5679339 100644 --- a/stix2/version.py +++ b/stix2/version.py @@ -1,3 +1,3 @@ -__version__ = "3.0.0" +__version__ = "3.0.1" DEFAULT_VERSION = '2.1' # Default version will always be the latest STIX 2.X version