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',