Skip to content

Commit 7428d6d

Browse files
committed
Bump version: 0.6.0 → 1.0.0
1 parent 3966910 commit 7428d6d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
copyright = '2018, OASIS Open'
55
author = 'OASIS Open'
66

7-
version = '0.6.0'
8-
release = '0.6.0'
7+
version = '1.0.0'
8+
release = '1.0.0'
99

1010
extensions = [
1111
'sphinx.ext.autodoc',

setup.cfg

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

@@ -12,3 +12,4 @@ license_file = LICENSE
1212

1313
[bdist_wheel]
1414
universal = 1
15+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='stix2-patterns',
30-
version='0.6.0',
30+
version='1.0.0',
3131
description='Validate STIX 2 Patterns.',
3232
long_description=readme,
3333
url="https://github.com/oasis-open/cti-pattern-validator",

0 commit comments

Comments
 (0)