chore: Update versions to 0.7.3 (#7895)

This commit is contained in:
-LAN-
2024-09-03 09:49:32 +08:00
committed by GitHub
parent f76bbbf5e6
commit 8986be0aab
5 changed files with 8 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ class PackagingInfo(BaseSettings):
CURRENT_VERSION: str = Field(
description="Dify version",
default="0.7.2",
default="0.7.3",
)
COMMIT_SHA: str = Field(

View File

@@ -6,8 +6,6 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.ruff]
exclude = [
]
line-length = 120
[tool.ruff.lint]