diff --git a/setup.cfg b/setup.cfg index d0fca57..e4fe49d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.0.1 commit = True tag = True diff --git a/setup.py b/setup.py index 643a31d..bb6061c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def get_long_description(): setup( name='stix2-matcher', - version='2.0.0', + version='2.0.1', packages=find_packages(), long_description=get_long_description(), description='Match STIX content against STIX patterns',