Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dt3310321 authored Nov 5, 2020
1 parent ef2b5d9 commit 3600b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ def requirements():


def long_description():
with open('README.rst', 'r') as fileobj:
with open('README.rst', 'rb') as fileobj:
return fileobj.read()


setup(
name='cos-python-sdk-v5',
version='1.8.7',
version='1.8.8',
url='https://www.qcloud.com/',
license='MIT',
author='tiedu, lewzylu, channingliu',
Expand Down

0 comments on commit 3600b21

Please sign in to comment.