mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-07-21 21:48:04 +00:00
Update the project version for the next developement (#3659)
This commit is contained in:
parent
98127f5845
commit
deb736b819
@ -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 = [
|
||||
|
||||
@ -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
4
backend/uv.lock
generated
@ -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" },
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "deer-flow-frontend",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user