diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index 0d508e7fe..bb4314bf1 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.17", + "version": "0.1.18", "identifier": "com.valuecell.valuecellapp", "build": { "beforeDevCommand": "bun run dev:tauri", @@ -10,14 +10,12 @@ "frontendDist": "../build/client" }, "app": { - "windows": [ - { - "title": "ValueCell", - "minWidth": 1300, - "minHeight": 780, - "hiddenTitle": true - } - ], + "windows": [{ + "title": "ValueCell", + "minWidth": 1300, + "minHeight": 780, + "hiddenTitle": true + }], "security": { "csp": null } diff --git a/python/pyproject.toml b/python/pyproject.toml index 23d3cb0d0..50f8b2ce9 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "valuecell" -version = "0.1.17" +version = "0.1.18" 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 8f5fe746e..120418c1a 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -3638,7 +3638,7 @@ wheels = [ [[package]] name = "valuecell" -version = "0.1.17" +version = "0.1.18" source = { editable = "." } dependencies = [ { name = "a2a-sdk", extra = ["http-server"] },