Skip to content

Commit

Permalink
chore: 更新版本号
Browse files Browse the repository at this point in the history
chore: 更新版本号
  • Loading branch information
luren-dc committed Oct 5, 2024
1 parent 11298e9 commit e3edfea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
pdm run pytest
- name: Update MUSIC_KEY
if: ${{ env.NEW_MUSIC_KEY != "" }}
if: ${{ env.NEW_MUSIC_KEY != '' }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ nav:
- top 排行榜: api/top.md
- lyric 歌词: api/lyric.md
- user 用户: api/user.md
- exceptions: api/exceptions.md
- utils:
- qimei 设备标识: api/utils/qimei.md
- utils 辅助函数: api/utils/utils.md
- network 网络请求: api/utils/network.md
- credential 凭据: api/utils/credential.md
- sync 同步: api/utils/sync.md
- tripledes TripleDES: api/utils/tripledes.md
- exceptions: api/exceptions.md
- 贡献指南: contributing.md

watch:
Expand Down
2 changes: 1 addition & 1 deletion qqmusic_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .utils.network import get_session, set_session
from .utils.sync import sync

__version__ = "0.1.7"
__version__ = "0.1.8"

__all__ = [
"album",
Expand Down

0 comments on commit e3edfea

Please sign in to comment.