Bump version: 0.3.0 → 0.4.0

stix2.0 v0.4.0
Chris Lenk 2017-11-13 16:40:58 -05:00
parent 4aabcfcda2
commit ef3ce9f6f0
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True

View File

@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"