diff --git a/docs/conf.py b/docs/conf.py index 6c9857fc..725b63ec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,8 +10,8 @@ copyright = '2018, OASIS Open' author = 'OASIS Open' -version = '2.0.2' -release = '2.0.2' +version = '2.0.4' +release = '2.0.4' language = None exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store'] diff --git a/setup.cfg b/setup.cfg index b8543c64..e4617784 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.2 +current_version = 2.0.4 commit = True tag = True diff --git a/stix2validator/version.py b/stix2validator/version.py index 0309ae29..f6bb6f4d 100644 --- a/stix2validator/version.py +++ b/stix2validator/version.py @@ -1 +1 @@ -__version__ = "2.0.2" +__version__ = "2.0.4"