From 05950c41887024d6c21bfd9e2d94d741b011bcea Mon Sep 17 00:00:00 2001 From: Quentin Long Date: Mon, 4 May 2015 10:32:39 -0700 Subject: [PATCH] Bumped versino to 0.0.31 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c832139eb..0b4266375 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ base_dir = os.path.dirname(__file__) setup( name='elastalert', - version='0.0.30', + version='0.0.31', description='Runs custom filters on Elasticsearch and alerts on matches', author='Quentin Long', author_email='qlo@yelp.com',