From cce6d977964eaa6a6768c9ede3ab520cabeb4133 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Wed, 10 Jun 2020 09:08:06 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.0=20=E2=86=92=202.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- setup.cfg | 3 +-- stix2validator/version.py | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ec9bc453..23a09771 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,8 +10,8 @@ copyright = '2018, OASIS Open' author = 'OASIS Open' -version = '2.0.0' -release = '2.0.0' +version = '2.0.1' +release = '2.0.1' language = None exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store'] diff --git a/setup.cfg b/setup.cfg index 00481278..d383256c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.0.1 commit = True tag = True @@ -12,4 +12,3 @@ license_file = LICENSE [bdist_wheel] universal = 1 - diff --git a/stix2validator/version.py b/stix2validator/version.py index 8c0d5d5b..159d48b8 100644 --- a/stix2validator/version.py +++ b/stix2validator/version.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.0.1"