From 51361216e9a9dbd1b3c26f975c75f49db67a3578 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Fri, 6 Oct 2017 15:40:34 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- setup.cfg | 2 +- stix2/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b241fe5..6155be6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,8 +28,8 @@ project = 'stix2' copyright = '2017, OASIS Open' author = 'OASIS Open' -version = '0.2.0' -release = '0.2.0' +version = '0.3.0' +release = '0.3.0' language = None exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store', 'guide/.ipynb_checkpoints'] diff --git a/setup.cfg b/setup.cfg index 7386629..5edf45c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True diff --git a/stix2/version.py b/stix2/version.py index d3ec452..493f741 100644 --- a/stix2/version.py +++ b/stix2/version.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.3.0"