From 4057ccdf544d462881e8c1a44ef0c276aa314c78 Mon Sep 17 00:00:00 2001 From: paisley <8197966+su8su@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:03:19 +0800 Subject: [PATCH] chore: bump version to v0.1.12 --- frontend/src-tauri/tauri.conf.json | 2 +- python/pyproject.toml | 2 +- python/uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index e24694f6f..fd461ae28 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.11", + "version": "0.1.12", "identifier": "com.valuecell.valuecellapp", "build": { "beforeDevCommand": "bun run dev:tauri", diff --git a/python/pyproject.toml b/python/pyproject.toml index c299ca0ce..e5868ad4e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "valuecell" -version = "0.1.11" +version = "0.1.12" 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 a5931b653..74e918339 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'", @@ -3638,7 +3638,7 @@ wheels = [ [[package]] name = "valuecell" -version = "0.1.11" +version = "0.1.12" source = { editable = "." } dependencies = [ { name = "a2a-sdk", extra = ["http-server"] },