Bump version: 1.0.1 → 1.0.2

stix2.0 v1.0.2
Chris Lenk 2018-05-18 13:06:32 -04:00
parent 1a62e62c4d
commit 636630a5aa
3 changed files with 4 additions and 4 deletions

View File

@ -34,8 +34,8 @@ project = 'stix2'
copyright = '2017, OASIS Open' copyright = '2017, OASIS Open'
author = 'OASIS Open' author = 'OASIS Open'
version = '1.0.1' version = '1.0.2'
release = '1.0.1' release = '1.0.2'
language = None language = None
exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store', 'guide/.ipynb_checkpoints'] exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store', 'guide/.ipynb_checkpoints']

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 1.0.1 current_version = 1.0.2
commit = True commit = True
tag = True tag = True

View File

@ -1 +1 @@
__version__ = "1.0.1" __version__ = "1.0.2"