From 77f34a8fe2160ff187638803d96c9b07b8288852 Mon Sep 17 00:00:00 2001 From: whu_liuchang Date: Wed, 16 Nov 2016 14:54:10 +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 13336d3..7ff7901 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.7', + version='0.0.8', description='python sdk for tencent qcloud cos v4.0', long_description=open('README.rst', 'r').read(), license='MIT License',