From 10c6d983d7bc60c17daf778fccf9f9db92ad0f81 Mon Sep 17 00:00:00 2001 From: hazeone <709547807@qq.com> Date: Sun, 30 Nov 2025 16:13:15 +0800 Subject: [PATCH] release 0.1.8 --- frontend/src-tauri/tauri.conf.json | 2 +- python/pyproject.toml | 2 +- python/uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index 82c63c7d6..6f104094d 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.7", + "version": "0.1.8", "identifier": "com.valuecell.valuecellapp", "build": { "beforeDevCommand": "bun run dev:tauri", diff --git a/python/pyproject.toml b/python/pyproject.toml index f5b5e5796..b90a4c9fa 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "valuecell" -version = "0.1.7" +version = "0.1.8" 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 cb165dbf1..5b0777cb0 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -3637,7 +3637,7 @@ wheels = [ [[package]] name = "valuecell" -version = "0.1.7" +version = "0.1.8" source = { editable = "." } dependencies = [ { name = "a2a-sdk", extra = ["http-server"] },