diff --git a/setup.cfg b/setup.cfg index b012bb9..758875d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.3 +current_version = 1.2.0 commit = True tag = True diff --git a/stix2/version.py b/stix2/version.py index 0b2f79d..c68196d 100644 --- a/stix2/version.py +++ b/stix2/version.py @@ -1 +1 @@ -__version__ = "1.1.3" +__version__ = "1.2.0"