Skip to content

Commit 6b02998

Browse files
committed
Bump version: 0.1.9 → 0.1.10
1 parent 77850e0 commit 6b02998

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.bumpversion.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[bumpversion]
2-
current_version = 0.1.9
2+
current_version = 0.1.10
33
commit = True
44
tag = True
55

66
[bumpversion:file:package/setup.py]
7+
78
[bumpversion:file:towncrier.toml]
9+
810
[bumpversion:file:package/NeteaseCloudMusic/__init__.py]

package/NeteaseCloudMusic/__init__.py

+1-1
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.9'
5+
__version__ = '0.1.10'

package/setup.py

+1-1
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.9'
22+
VERSION = '0.1.10'
2323
UPDATA_INFO = ('修复了初次使用时没有cookie导致的一系列问题\n'
2424
'修复了NeteaseCloudMusicApi.js没有更新的问题\n'
2525
'添加了对于cookie的判断,现在可以正常判断cookie是否过期了')

towncrier.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tool.towncrier]
2-
version = "0.1.9"
2+
version = "0.1.10"
33
filename = "CHANGELOG.md"
44
directory = "newsfragments"

0 commit comments

Comments
 (0)