From 753a6901120db25f0c8550607de1eab4440d59df Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Tue, 20 Nov 2018 12:44:42 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ecba425..ee57dd6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,8 +4,8 @@ copyright = '2018, OASIS Open' author = 'OASIS Open' -version = '1.0.0' -release = '1.0.0' +version = '1.1.0' +release = '1.1.0' extensions = [ 'sphinx.ext.autodoc', diff --git a/setup.cfg b/setup.cfg index 85b1f33..045731a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index 650088b..da0b6f9 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='stix2-patterns', - version='1.0.0', + version='1.1.0', description='Validate STIX 2 Patterns.', long_description=readme, url="https://github.com/oasis-open/cti-pattern-validator",