Bump version: 1.0.3 → 1.0.4

master v1.0.4
Emmanuelle Vargas-Gonzalez 2018-11-15 11:10:50 -05:00
parent 17fa71d201
commit d01e6b47af
3 changed files with 5 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.3' version = '1.0.4'
release = '1.0.3' release = '1.0.4'
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.3 current_version = 1.0.4
commit = True commit = True
tag = True tag = True
@ -12,3 +12,4 @@ license_file = LICENSE
[bdist_wheel] [bdist_wheel]
universal = 1 universal = 1

View File

@ -1 +1 @@
__version__ = "1.0.3" __version__ = "1.0.4"