Skip to content

Commit

Permalink
Bump version: 0.1.9 → 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
2061360308 committed Dec 19, 2023
1 parent 77850e0 commit 6b02998
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[bumpversion]
current_version = 0.1.9
current_version = 0.1.10
commit = True
tag = True

[bumpversion:file:package/setup.py]

[bumpversion:file:towncrier.toml]

[bumpversion:file:package/NeteaseCloudMusic/__init__.py]
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.9'
__version__ = '0.1.10'
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.9'
VERSION = '0.1.10'
UPDATA_INFO = ('修复了初次使用时没有cookie导致的一系列问题\n'
'修复了NeteaseCloudMusicApi.js没有更新的问题\n'
'添加了对于cookie的判断,现在可以正常判断cookie是否过期了')
Expand Down
2 changes: 1 addition & 1 deletion towncrier.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.towncrier]
version = "0.1.9"
version = "0.1.10"
filename = "CHANGELOG.md"
directory = "newsfragments"

0 comments on commit 6b02998

Please sign in to comment.