Skip to content

Commit ccdc380

Browse files
committed
Merge pull request #46 from SunRunAway/patch
version, user-agent & remove image
2 parents d433c55 + 96e335d commit ccdc380

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

qiniu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = 'v6.0.0'
2+
__version__ = '6.0.1'

qiniu/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
UP_HOST = "up.qiniu.com"
99

1010
from . import __version__
11-
USER_AGENT = "qiniu python-sdk %s" % __version__
11+
USER_AGENT = "qiniu python-sdk v%s" % __version__

qiniu/test/photo_test.jpeg

-1.93 MB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
PACKAGE = 'qiniu'
1010
NAME = 'qiniu'
11-
DESCRIPTION = 'Qiniu Resource (Cloud) Storage SDK for Python 2.X.'
11+
DESCRIPTION = 'Qiniu Resource Storage SDK for Python 2.X.'
1212
LONG_DESCRIPTION = 'see:\nhttps://github.com/qiniu/python-sdk\n'
1313
AUTHOR = 'Shanghai Qiniu Information Technologies Co., Ltd.'
1414
AUTHOR_EMAIL = '[email protected]'

0 commit comments

Comments
 (0)