Update the project version for the next developement (#3659)

This commit is contained in:
Willem Jiang 2026-06-19 23:12:00 +08:00 committed by GitHub
parent 98127f5845
commit deb736b819
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "deerflow-harness"
version = "2.0.0"
version = "2.1.0"
description = "DeerFlow agent harness framework"
requires-python = ">=3.12"
dependencies = [

View File

@ -1,6 +1,6 @@
[project]
name = "deer-flow"
version = "2.0.0"
version = "2.1.0"
description = "LangGraph-based AI agent system with sandbox execution capabilities"
readme = "README.md"
requires-python = ">=3.12"

4
backend/uv.lock generated
View File

@ -756,7 +756,7 @@ wheels = [
[[package]]
name = "deer-flow"
version = "2.0.0"
version = "2.1.0"
source = { virtual = "." }
dependencies = [
{ name = "bcrypt" },
@ -828,7 +828,7 @@ dev = [
[[package]]
name = "deerflow-harness"
version = "2.0.0"
version = "2.1.0"
source = { editable = "packages/harness" }
dependencies = [
{ name = "agent-client-protocol" },

View File

@ -1,6 +1,6 @@
{
"name": "deer-flow-frontend",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"type": "module",
"scripts": {