Skip to content

Commit 99468c0

Browse files
authored
release: release v0.1.17 (#552)
## 📝 Pull Request Template ### 1. Related Issue Closes # (issue number) ### 2. Type of Change (select one) Type of Change: release ### 3. Description release v0.1.17 ### 4. Testing - [x] I have tested this locally. - [x] I have updated or added relevant tests. ### 5. Checklist - [x] I have read the [Code of Conduct](./CODE_OF_CONDUCT.md) - [x] I have followed the [Contributing Guidelines](./CONTRIBUTING.md) - [x] My changes follow the project's coding style
1 parent 702259f commit 99468c0

3 files changed

Lines changed: 11 additions & 13 deletions

File tree

frontend/src-tauri/tauri.conf.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "ValueCell",
4-
"version": "0.1.16",
4+
"version": "0.1.17",
55
"identifier": "com.valuecell.valuecellapp",
66
"build": {
77
"beforeDevCommand": "bun run dev:tauri",
@@ -10,16 +10,14 @@
1010
"frontendDist": "../build/client"
1111
},
1212
"app": {
13-
"windows": [
14-
{
15-
"title": "ValueCell",
16-
"width": 1400,
17-
"height": 900,
18-
"minWidth": 1400,
19-
"minHeight": 900,
20-
"hiddenTitle": true
21-
}
22-
],
13+
"windows": [{
14+
"title": "ValueCell",
15+
"width": 1400,
16+
"height": 900,
17+
"minWidth": 1400,
18+
"minHeight": 900,
19+
"hiddenTitle": true
20+
}],
2321
"security": {
2422
"csp": null
2523
}

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "valuecell"
7-
version = "0.1.16"
7+
version = "0.1.17"
88
description = "ValueCell is a community-driven, multi-agent platform for financial applications."
99
readme = "README.md"
1010
requires-python = ">=3.12"

python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)