From f1bb0b1b015b1e2c0974fb325d997c900d44c057 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Tue, 7 Jul 2020 09:42:01 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.1=20=E2=86=92=202.0.2?= 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 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"