Skip to content

Commit

Permalink
Update pyproject.toml version (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjz authored May 9, 2024
1 parent 92de207 commit 2c897e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qianfan"
version = "0.3.10"
version = "0.3.11"
description = "文心千帆大模型平台 Python SDK"
authors = []
license = "Apache-2.0"
Expand Down Expand Up @@ -115,4 +115,4 @@ exclude = ["qianfan/tests", "qianfan/utils/pydantic", "qianfan/__init__.py"]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 2c897e0

Please sign in to comment.