We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1e408 commit 9dbde93Copy full SHA for 9dbde93
docs/conf.py
@@ -9,8 +9,8 @@
9
copyright = '2017, OASIS Open'
10
author = 'OASIS Open'
11
12
-version = '0.1.0'
13
-release = '0.1.0'
+version = '0.2.0'
+release = '0.2.0'
14
15
language = None
16
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.2.0
3
commit = True
4
tag = True
5
setup.py
@@ -10,7 +10,7 @@
setup(
name='stix2',
description="Produce and consume STIX 2 JSON content",
- version='0.1.0',
+ version='0.2.0',
packages=find_packages(),
install_requires=install_requires,
keywords="stix stix2 json cti cyber threat intelligence",
0 commit comments