Skip to content

Commit

Permalink
Bump version to v2024.10.22
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Oct 22, 2024
1 parent dd7d7fa commit c692793
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fish-audio-sdk"
version = "2024.10.15"
version = "2024.10.22"
description = "fish.audio platform api sdk"
authors = [
{name = "abersheeran", email = "[email protected]"},
Expand All @@ -19,7 +19,6 @@ license = {text = "MIT"}
requires = ["pdm-backend"]
build-backend = "pdm.backend"


[tool.pdm]
package-type = "library"

Expand All @@ -30,6 +29,5 @@ dev = [
"python-dotenv>=1.0.1",
]

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

0 comments on commit c692793

Please sign in to comment.