From 5bddf9321eec47f093b778e213d94ad6c9aee659 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Fri, 20 Nov 2020 17:37:58 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.2=20=E2=86=92=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- stix2/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"