Skip to content

Commit c692793

Browse files
committed
Bump version to v2024.10.22
1 parent dd7d7fa commit c692793

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fish-audio-sdk"
3-
version = "2024.10.15"
3+
version = "2024.10.22"
44
description = "fish.audio platform api sdk"
55
authors = [
66
{name = "abersheeran", email = "me@abersheeran.com"},
@@ -19,7 +19,6 @@ license = {text = "MIT"}
1919
requires = ["pdm-backend"]
2020
build-backend = "pdm.backend"
2121

22-
2322
[tool.pdm]
2423
package-type = "library"
2524

@@ -30,6 +29,5 @@ dev = [
3029
"python-dotenv>=1.0.1",
3130
]
3231

33-
# 添加以下配置
3432
[tool.pytest.ini_options]
3533
asyncio_mode = "auto"

0 commit comments

Comments
 (0)