From cd14d23f50258ac8c02a289d5091cced8e93bdec Mon Sep 17 00:00:00 2001 From: Emily Ratliff Date: Tue, 22 Nov 2022 13:14:20 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.2=20=E2=86=92=203.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- setup.cfg | 2 +- stix2validator/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 84d11f01..9255abaa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,8 +10,8 @@ copyright = '2018, OASIS Open' author = 'OASIS Open' -version = '3.0.2' -release = '3.0.2' +version = '3.1.0' +release = '3.1.0' language = None exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store'] diff --git a/setup.cfg b/setup.cfg index c240f47b..11b86462 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.2 +current_version = 3.1.0 commit = True tag = True diff --git a/stix2validator/version.py b/stix2validator/version.py index 131942e7..f5f41e56 100644 --- a/stix2validator/version.py +++ b/stix2validator/version.py @@ -1 +1 @@ -__version__ = "3.0.2" +__version__ = "3.1.0"