Skip to content

Commit

Permalink
chore:update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2061360308 committed Dec 19, 2023
1 parent 7896367 commit c110a19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install build towncrier setuptools
python -m pip install build towncrier setuptools wheel
- name: Generate release notes
run: |
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.7'
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.7'
UPDATA_INFO = ('修复了初次使用时没有cookie导致的一系列问题\n'
'修复了NeteaseCloudMusicApi.js没有更新的问题\n'
'添加了对于cookie的判断,现在可以正常判断cookie是否过期了')
Expand Down

0 comments on commit c110a19

Please sign in to comment.