Skip to content

Commit 9dbde93

Browse files
committed
Bump version: 0.1.0 → 0.2.0
1 parent ea1e408 commit 9dbde93

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
@@ -9,8 +9,8 @@
99
copyright = '2017, OASIS Open'
1010
author = 'OASIS Open'
1111

12-
version = '0.1.0'
13-
release = '0.1.0'
12+
version = '0.2.0'
13+
release = '0.2.0'
1414

1515
language = None
1616
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

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.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name='stix2',
1212
description="Produce and consume STIX 2 JSON content",
13-
version='0.1.0',
13+
version='0.2.0',
1414
packages=find_packages(),
1515
install_requires=install_requires,
1616
keywords="stix stix2 json cti cyber threat intelligence",

0 commit comments

Comments
 (0)