From 0fff6c9202f5c1dc86fbe26144f9fdaa2283c195 Mon Sep 17 00:00:00 2001 From: Erik-Jan van Baaren Date: Wed, 26 Mar 2014 21:28:24 +0100 Subject: [PATCH] bumped version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17704ac..4eff98d 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires.append('argparse') setup(name='ESClient', - version="0.5.7", + version="0.5.8", description='A lightweight Python client for ElasticSearch, including a dump and import tool for indexes', author='Erik-Jan van Baaren', author_email='erikjan@gmail.com',