diff --git a/docs/conf.py b/docs/conf.py index d5a4eee..730a50a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,8 +4,8 @@ copyright = '2018, OASIS Open' author = 'OASIS Open' -version = '1.3.2' -release = '1.3.2' +version = '2.0.0' +release = '2.0.0' extensions = [ 'sphinx.ext.autodoc', diff --git a/setup.cfg b/setup.cfg index fea8dfa..fea820a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.2 +current_version = 2.0.0 commit = True tag = True @@ -12,4 +12,3 @@ license_file = LICENSE [bdist_wheel] universal = 1 - diff --git a/setup.py b/setup.py index aa9745d..7aa76eb 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='stix2-patterns', - version='1.3.2', + version='2.0.0', description='Validate STIX 2 Patterns.', long_description=readme, long_description_content_type='text/x-rst',