From ca67b1e8bc6754c8030df9c35060357d486d3297 Mon Sep 17 00:00:00 2001 From: tiedu Date: Fri, 20 Jul 2018 19:30:07 +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 e6b7455..2af75ab 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.26', + version='0.0.27', description='python sdk for tencent qcloud cos v4.0', long_description=open('README.rst', 'r').read(), license='MIT License',