Bump version: 0.1.0 → 0.2.0

stix2.1 v0.2.0
Greg Back 2017-05-31 10:03:50 -05:00
parent ea1e408b50
commit 9dbde93031
3 changed files with 4 additions and 4 deletions

View File

@ -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']

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

View File

@ -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",