diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index 885d4f5c5..b433f43bc 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.13", + "version": "0.1.14", "identifier": "com.valuecell.valuecellapp", "build": { "beforeDevCommand": "bun run dev:tauri", diff --git a/python/pyproject.toml b/python/pyproject.toml index 26d1a6720..cdefce387 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "valuecell" -version = "0.1.13" +version = "0.1.14" 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 1b531b57e..8b8490f57 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -3638,7 +3638,7 @@ wheels = [ [[package]] name = "valuecell" -version = "0.1.13" +version = "0.1.14" source = { editable = "." } dependencies = [ { name = "a2a-sdk", extra = ["http-server"] },