Skip to content

Commit

Permalink
bump version to 0.0.1-beta59
Browse files Browse the repository at this point in the history
  • Loading branch information
Novice Lee authored and Novice Lee committed Jan 7, 2025
1 parent 43e58b9 commit fbe6e3f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[project]
name = "dify_plugin"
version = "0.0.1-beta58"
version = "0.0.1-beta59"
description = "Dify Plugin SDK"
authors = [
{name = "langgenius", email = "hello@dify.ai"},
]
authors = [{ name = "langgenius", email = "hello@dify.ai" }]
dependencies = [
"Flask~=3.0.3",
"Werkzeug~=3.0.3",
Expand All @@ -22,7 +20,7 @@ dependencies = [
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "Apache2.0"}
license = { text = "Apache2.0" }
keywords = ["dify", "plugin", "sdk"]

[project.urls]
Expand All @@ -35,6 +33,4 @@ build-backend = "pdm.backend"
distribution = true

[dependency-groups]
lint = [
"ruff>=0.8.1",
]
lint = ["ruff>=0.8.1"]

0 comments on commit fbe6e3f

Please sign in to comment.