diff --git a/setup.cfg b/setup.cfg index 12d29ce..0114556 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.2 +current_version = 2.1.0 commit = True tag = True diff --git a/stix2/version.py b/stix2/version.py index 0309ae2..9aa3f90 100644 --- a/stix2/version.py +++ b/stix2/version.py @@ -1 +1 @@ -__version__ = "2.0.2" +__version__ = "2.1.0"