From 2586b717558587fc0e8837a9361b55f48aa1901d Mon Sep 17 00:00:00 2001 From: tiedu Date: Wed, 27 Dec 2017 21:13:17 +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 18c383c..ec2b886 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ sys.exit('Sorry, only python 2.6 or 2.7 is supported') setup(name='qcloud_cos_v4', - version='0.0.24', + version='0.0.25', description='python sdk for tencent qcloud cos v4.0', long_description=open('README.rst', 'r').read(), license='MIT License',