From 7e485146a9828cb80963ca9d0b625f7520e2056d Mon Sep 17 00:00:00 2001 From: Frank <1018433655@qq.com> Date: Sun, 1 Dec 2019 20:04:52 +0800 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 49b7231..ae93769 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='es_pandas', - version='0.0.5', + version='0.0.6', author='Frank', author_email='fu.frank@foxmail.com', description='Read, write and update large scale pandas DataFrame with ElasticSearch', @@ -18,4 +18,4 @@ 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', ], -) \ No newline at end of file +)