From 13f0b5c956ec22d98c004c6585e43a6ecbbd1cef Mon Sep 17 00:00:00 2001 From: paisley <8197966+su8su@users.noreply.github.com> Date: Thu, 4 Dec 2025 18:13:02 +0800 Subject: [PATCH] chore: bump version to v0.1.15 --- 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 b433f43bc..b94bef1bd 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.14", + "version": "0.1.15", "identifier": "com.valuecell.valuecellapp", "build": { "beforeDevCommand": "bun run dev:tauri", diff --git a/python/pyproject.toml b/python/pyproject.toml index cdefce387..34db7ea00 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "valuecell" -version = "0.1.14" +version = "0.1.15" 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 8b8490f57..07f9f3d3b 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -3638,7 +3638,7 @@ wheels = [ [[package]] name = "valuecell" -version = "0.1.14" +version = "0.1.15" source = { editable = "." } dependencies = [ { name = "a2a-sdk", extra = ["http-server"] },