From 1be9a47f94a47866401789fbea26486e8d0cef21 Mon Sep 17 00:00:00 2001 From: Frank <1018433655@qq.com> Date: Mon, 9 Dec 2019 21:50:19 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae93769..19a9782 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='es_pandas', - version='0.0.6', + version='0.0.7', author='Frank', author_email='fu.frank@foxmail.com', description='Read, write and update large scale pandas DataFrame with ElasticSearch',