diff --git a/docs/conf.py b/docs/conf.py index 6af7d67..e863486 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,8 +9,8 @@ project = 'stix2' copyright = '2017, OASIS Open' author = 'OASIS Open' -version = '0.1.0' -release = '0.1.0' +version = '0.2.0' +release = '0.2.0' language = None exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] diff --git a/setup.cfg b/setup.cfg index e78ab36..96a5082 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index 26743a4..15394b1 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ install_requires = [ setup( name='stix2', description="Produce and consume STIX 2 JSON content", - version='0.1.0', + version='0.2.0', packages=find_packages(), install_requires=install_requires, keywords="stix stix2 json cti cyber threat intelligence",