From 4dd50dc3f1147d692b66ca05c3ec8642a70e9af5 Mon Sep 17 00:00:00 2001 From: Quentin Long Date: Thu, 8 Aug 2019 14:56:49 -0700 Subject: [PATCH] Version 0.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c71af3d30..412d53b1e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ base_dir = os.path.dirname(__file__) setup( name='elastalert', - version='0.2.0', + version='0.2.1', description='Runs custom filters on Elasticsearch and alerts on matches', author='Quentin Long', author_email='qlo@yelp.com',