From a6efdb84fc3f799011377a264072a639c29acd5c Mon Sep 17 00:00:00 2001 From: marvzhang Date: Thu, 29 Jul 2021 16:34:58 +0800 Subject: [PATCH] updated version --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 150da31..97f6de3 100644 --- a/python/setup.py +++ b/python/setup.py @@ -7,7 +7,7 @@ setup( name='crawlab-sdk', - version='0.6.b20210729_1625', + version='0.6.b20210729_1634', packages=find_packages(), url='https://github.com/crawlab-team/crawlab-sdk', license='BSD-3-Clause',