From f421e3c09cd6b06741317e55e907e87ce73da286 Mon Sep 17 00:00:00 2001 From: hazeone <709547807@qq.com> Date: Thu, 27 Nov 2025 17:51:23 +0800 Subject: [PATCH 1/3] update version to 0.1.6 --- frontend/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index b05c074c2..00737e7c5 100644 --- a/frontend/src-tauri/tauri.conf.json +++ b/frontend/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "ValueCell", - "version": "0.1.5", + "version": "0.1.6", "identifier": "com.valuecell.valuecellapp", "build": { "beforeDevCommand": "bun run dev:tauri", From 9d9bfb71e89d5ccf60bc7a92a9bd2ef68f3de316 Mon Sep 17 00:00:00 2001 From: hazeone <709547807@qq.com> Date: Thu, 27 Nov 2025 17:53:37 +0800 Subject: [PATCH 2/3] update python version --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index bdd3137d1..d87aa8564 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "valuecell" -version = "0.1.0" +version = "0.1.6" description = "ValueCell is a community-driven, multi-agent platform for financial applications." readme = "README.md" requires-python = ">=3.12" From 58bd665c9a757f6de8b3075d0db0dbef1e3c9c4b Mon Sep 17 00:00:00 2001 From: hazeone <709547807@qq.com> Date: Thu, 27 Nov 2025 17:54:57 +0800 Subject: [PATCH 3/3] update uv lock --- python/uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/uv.lock b/python/uv.lock index cec923e0d..cfc2404fe 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.12" resolution-markers = [ "python_full_version >= '3.14'", @@ -3619,7 +3619,7 @@ wheels = [ [[package]] name = "valuecell" -version = "0.1.0" +version = "0.1.6" source = { editable = "." } dependencies = [ { name = "a2a-sdk", extra = ["http-server"] },