From 6907b5b1f93d4c291bebb990041cd63def05e14d Mon Sep 17 00:00:00 2001 From: hazeone <709547807@qq.com> Date: Sat, 29 Nov 2025 17:13:19 +0800 Subject: [PATCH] 0.1.7 --- frontend/src-tauri/tauri.conf.json | 20 +++++++++----------- python/pyproject.toml | 2 +- python/uv.lock | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index 849017629..82c63c7d6 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.6", + "version": "0.1.7", "identifier": "com.valuecell.valuecellapp", "build": { "beforeDevCommand": "bun run dev:tauri", @@ -10,16 +10,14 @@ "frontendDist": "../build/client" }, "app": { - "windows": [ - { - "title": "ValueCell", - "width": 1400, - "height": 900, - "minWidth": 1400, - "minHeight": 900, - "hiddenTitle": true - } - ], + "windows": [{ + "title": "ValueCell", + "width": 1400, + "height": 900, + "minWidth": 1400, + "minHeight": 900, + "hiddenTitle": true + }], "security": { "csp": null } diff --git a/python/pyproject.toml b/python/pyproject.toml index 5f17b6af8..f5b5e5796 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "valuecell" -version = "0.1.6" +version = "0.1.7" description = "ValueCell is a community-driven, multi-agent platform for financial applications." readme = "README.md" requires-python = ">=3.12" diff --git a/python/uv.lock b/python/uv.lock index 2e423feac..cb165dbf1 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -3637,7 +3637,7 @@ wheels = [ [[package]] name = "valuecell" -version = "0.1.6" +version = "0.1.7" source = { editable = "." } dependencies = [ { name = "a2a-sdk", extra = ["http-server"] },