Skip to content

Commit b9e7360

Browse files
committed
Bump version: 0.1.8 → 0.1.9
1 parent 6089caa commit b9e7360

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.8
2+
current_version = 0.1.9
33
commit = True
44
tag = True
55

package/NeteaseCloudMusic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .help import api_help, api_list
33
from .utils import format_cookie_str, prase_cookie_str
44

5-
__version__ = '0.1.8'
5+
__version__ = '0.1.9'

package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
AUTHOR = '盧瞳'
2121
REQUIRES_PYTHON = '>=3.6.0'
22-
VERSION = '0.1.8'
22+
VERSION = '0.1.9'
2323
UPDATA_INFO = ('修复了初次使用时没有cookie导致的一系列问题\n'
2424
'修复了NeteaseCloudMusicApi.js没有更新的问题\n'
2525
'添加了对于cookie的判断,现在可以正常判断cookie是否过期了')

0 commit comments

Comments
 (0)