Skip to content

Commit

Permalink
update version number (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchang0812 authored Oct 31, 2016
1 parent bfc9785 commit 9bb1445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
0.0.5 Optimization for uploadding file
0.0.4 Add traceback information, Add default logging handler
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
sys.exit('Sorry, only python 2.6 or 2.7 is supported')

setup(name='qcloud_cos_v4',
version='0.0.4',
version='0.0.5',
description='python sdk for tencent qcloud cos v4.0',
long_description=open('README.rst', 'r').read(),
license='MIT License',
Expand Down

0 comments on commit 9bb1445

Please sign in to comment.