diff --git a/setup.cfg b/setup.cfg index b6adec25..12d29cea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.1 +current_version = 2.0.2 commit = True tag = True diff --git a/stix2/version.py b/stix2/version.py index 159d48b8..0309ae29 100644 --- a/stix2/version.py +++ b/stix2/version.py @@ -1 +1 @@ -__version__ = "2.0.1" +__version__ = "2.0.2"