From 91198c1bae39198b45a2e81783df01f5fdc6cfe7 Mon Sep 17 00:00:00 2001 From: hazeone <709547807@qq.com> Date: Mon, 8 Dec 2025 19:05:07 +0800 Subject: [PATCH] release 0.1.17 --- 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 7635d53d2..ad9bb0a67 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.16", + "version": "0.1.17", "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 b01f317c5..23d3cb0d0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "valuecell" -version = "0.1.16" +version = "0.1.17" 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 b561a9e84..8f5fe746e 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -3638,7 +3638,7 @@ wheels = [ [[package]] name = "valuecell" -version = "0.1.16" +version = "0.1.17" source = { editable = "." } dependencies = [ { name = "a2a-sdk", extra = ["http-server"] },