Skip to content

Commit 5136121

Browse files
committed
Bump version: 0.2.0 → 0.3.0
1 parent 2f58d78 commit 5136121

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
copyright = '2017, OASIS Open'
2929
author = 'OASIS Open'
3030

31-
version = '0.2.0'
32-
release = '0.2.0'
31+
version = '0.3.0'
32+
release = '0.3.0'
3333

3434
language = None
3535
exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store', 'guide/.ipynb_checkpoints']

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

stix2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)