Skip to content

Commit 46ddab0

Browse files
authored
Update setup.py
1 parent dda2d50 commit 46ddab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ def requirements():
1010

1111

1212
def long_description():
13-
with open('README.rst', 'rb') as fileobj:
13+
with open('README.rst', 'r', encoding='utf8') as fileobj:
1414
return fileobj.read()
1515

1616

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

0 commit comments

Comments
 (0)