From 121169cf1909a657900772de20a97e3430a67ab0 Mon Sep 17 00:00:00 2001 From: Quentin Long Date: Thu, 25 Jun 2015 11:28:10 -0700 Subject: [PATCH] Version 0.0.51 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba3d33c98..9b401013c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ base_dir = os.path.dirname(__file__) setup( name='elastalert', - version='0.0.50', + version='0.0.51', description='Runs custom filters on Elasticsearch and alerts on matches', author='Quentin Long', author_email='qlo@yelp.com',