Skip to content

Commit

Permalink
Bump version: 2.0.1 → 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Oct 27, 2020
1 parent d2a5d39 commit 2aefc8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
copyright = '2018, OASIS Open'
author = 'OASIS Open'

version = '2.0.1'
release = '2.0.1'
version = '2.0.2'
release = '2.0.2'

language = None
exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store']
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.1
current_version = 2.0.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion stix2validator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.1"
__version__ = "2.0.2"

0 comments on commit 2aefc8c

Please sign in to comment.