mirror of
https://github.com/2061360308/NeteaseCloudMusic_PythonSDK.git
synced 2024-11-21 22:48:03 +00:00
Bump version: 0.1.9 → 0.1.10
This commit is contained in:
parent
f33da55fb7
commit
a3f60e4991
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.1.9
|
current_version = 0.1.10
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@ from .main import NeteaseCloudMusicApi
|
|||||||
from .help import api_help, api_list
|
from .help import api_help, api_list
|
||||||
from .utils import format_cookie_str, prase_cookie_str
|
from .utils import format_cookie_str, prase_cookie_str
|
||||||
|
|
||||||
__version__ = '0.1.9'
|
__version__ = '0.1.10'
|
||||||
|
@ -19,7 +19,7 @@ URL = 'https://github.com/2061360308/NeteaseCloudMusic_PythonSDK'
|
|||||||
EMAIL = '2061360308@qq.com'
|
EMAIL = '2061360308@qq.com'
|
||||||
AUTHOR = '盧瞳'
|
AUTHOR = '盧瞳'
|
||||||
REQUIRES_PYTHON = '>=3.6.0'
|
REQUIRES_PYTHON = '>=3.6.0'
|
||||||
VERSION = '0.1.9'
|
VERSION = '0.1.10'
|
||||||
UPDATA_INFO = ('修复了初次使用时没有cookie导致的一系列问题\n'
|
UPDATA_INFO = ('修复了初次使用时没有cookie导致的一系列问题\n'
|
||||||
'修复了NeteaseCloudMusicApi.js没有更新的问题\n'
|
'修复了NeteaseCloudMusicApi.js没有更新的问题\n'
|
||||||
'添加了对于cookie的判断,现在可以正常判断cookie是否过期了')
|
'添加了对于cookie的判断,现在可以正常判断cookie是否过期了')
|
||||||
|
Loading…
Reference in New Issue
Block a user