diff --git a/docs/conf.py b/docs/conf.py index f19debe2..84d11f01 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,8 +10,8 @@ copyright = '2018, OASIS Open' author = 'OASIS Open' -version = '3.0.1' -release = '3.0.1' +version = '3.0.2' +release = '3.0.2' language = None exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store'] diff --git a/setup.cfg b/setup.cfg index 973bc768..c240f47b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.1 +current_version = 3.0.2 commit = True tag = True diff --git a/stix2validator/version.py b/stix2validator/version.py index 05527687..131942e7 100644 --- a/stix2validator/version.py +++ b/stix2validator/version.py @@ -1 +1 @@ -__version__ = "3.0.1" +__version__ = "3.0.2"