Skip to content

Commit d89ac40

Browse files
authored
Merge pull request #212 from zhy1985555/master
update sdk version
2 parents cabc88f + 61610c7 commit d89ac40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- '2.7'
55
- '3.5'
66
- '3.6'
7-
- '3.7'
7+
- '3.8'
88
- '3.9'
99
install:
1010
- pip install requests

qcloud_cos/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.1.9.16'
1+
__version__ = '5.1.9.17'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def long_description():
1616

1717
setup(
1818
name='cos-python-sdk-v5',
19-
version='1.9.16',
19+
version='1.9.17',
2020
url='https://www.qcloud.com/',
2121
license='MIT',
2222
author='tiedu, lewzylu, channingliu',

0 commit comments

Comments
 (0)