From 7eebe2dc28eb5e28843cf121a91a049d77157118 Mon Sep 17 00:00:00 2001 From: yuniszhang Date: Fri, 17 Dec 2021 14:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qcloud_cos/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qcloud_cos/version.py b/qcloud_cos/version.py index baed5548..86f291ba 100644 --- a/qcloud_cos/version.py +++ b/qcloud_cos/version.py @@ -1 +1 @@ -__version__ = '5.1.9.11' +__version__ = '5.1.9.14' diff --git a/setup.py b/setup.py index 9504f63d..2644aa04 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def long_description(): setup( name='cos-python-sdk-v5', - version='1.9.11', + version='1.9.14', url='https://www.qcloud.com/', license='MIT', author='tiedu, lewzylu, channingliu',