diff --git a/docs/conf.py b/docs/conf.py index f7761a21..9f2fada9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,8 +8,8 @@ copyright = '2018, OASIS Open' author = 'OASIS Open' -version = '1.1.0' -release = '1.1.0' +version = '1.1.1' +release = '1.1.1' language = None exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store'] diff --git a/setup.cfg b/setup.cfg index 60f25d87..e2474011 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True diff --git a/stix2validator/version.py b/stix2validator/version.py index 6849410a..a82b376d 100644 --- a/stix2validator/version.py +++ b/stix2validator/version.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.1.1"