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 3966910 commit 7428d6dCopy full SHA for 7428d6d
docs/conf.py
@@ -4,8 +4,8 @@
4
copyright = '2018, OASIS Open'
5
author = 'OASIS Open'
6
7
-version = '0.6.0'
8
-release = '0.6.0'
+version = '1.0.0'
+release = '1.0.0'
9
10
extensions = [
11
'sphinx.ext.autodoc',
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.0
+current_version = 1.0.0
3
commit = True
tag = True
@@ -12,3 +12,4 @@ license_file = LICENSE
12
13
[bdist_wheel]
14
universal = 1
15
+
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name='stix2-patterns',
30
- version='0.6.0',
+ version='1.0.0',
31
description='Validate STIX 2 Patterns.',
32
long_description=readme,
33
url="https://github.com/oasis-open/cti-pattern-validator",
0 commit comments