From 4dc62a16040911f239999c13f02e6f15bd009a62 Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Wed, 11 Dec 2019 14:33:30 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.1=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 +- stix2elevator/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 74525bfb..a4771219 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.1 +current_version = 2.1.0 commit = True tag = True diff --git a/stix2elevator/version.py b/stix2elevator/version.py index 159d48b8..9aa3f903 100644 --- a/stix2elevator/version.py +++ b/stix2elevator/version.py @@ -1 +1 @@ -__version__ = "2.0.1" +__version__ = "2.1.0"