diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index 6f104094d..f79b9650c 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.8", + "version": "0.1.9", "identifier": "com.valuecell.valuecellapp", "build": { "beforeDevCommand": "bun run dev:tauri", diff --git a/python/pyproject.toml b/python/pyproject.toml index b90a4c9fa..f04fcc1cf 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "valuecell" -version = "0.1.8" +version = "0.1.9" 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 5b0777cb0..1b6dee124 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -3637,7 +3637,7 @@ wheels = [ [[package]] name = "valuecell" -version = "0.1.8" +version = "0.1.9" source = { editable = "." } dependencies = [ { name = "a2a-sdk", extra = ["http-server"] },