From 4739268a921537449ae0c45091fabc447a61aed2 Mon Sep 17 00:00:00 2001 From: Md Azam Date: Fri, 29 Apr 2022 13:08:37 -0300 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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e4fe49d..c17bc04 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/setup.py b/setup.py index bb6061c..5f73194 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def get_long_description(): setup( name='stix2-matcher', - version='2.0.1', + version='2.0.2', packages=find_packages(), long_description=get_long_description(), description='Match STIX content against STIX patterns',