Skip to content

Commit

Permalink
Bump version: 0.1.8 → 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
2061360308 committed Dec 19, 2023
1 parent 6089caa commit b9e7360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.8
current_version = 0.1.9
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion package/NeteaseCloudMusic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .help import api_help, api_list
from .utils import format_cookie_str, prase_cookie_str

__version__ = '0.1.8'
__version__ = '0.1.9'
2 changes: 1 addition & 1 deletion package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
EMAIL = '2061360308@qq.com'
AUTHOR = '盧瞳'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '0.1.8'
VERSION = '0.1.9'
UPDATA_INFO = ('修复了初次使用时没有cookie导致的一系列问题\n'
'修复了NeteaseCloudMusicApi.js没有更新的问题\n'
'添加了对于cookie的判断,现在可以正常判断cookie是否过期了')
Expand Down

0 comments on commit b9e7360

Please sign in to comment.