diff --git a/docs/conf.py b/docs/conf.py index 85c8b231..9a2f24ec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,8 +34,8 @@ copyright = '2017, OASIS Open' author = 'OASIS Open' -version = '1.0.0' -release = '1.0.0' +version = '1.0.1' +release = '1.0.1' language = None exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store', 'guide/.ipynb_checkpoints'] diff --git a/setup.cfg b/setup.cfg index ac3e5d55..e9787b8a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True diff --git a/stix2/version.py b/stix2/version.py index 5becc17c..5c4105cd 100644 --- a/stix2/version.py +++ b/stix2/version.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"