Skip to content

Commit a012b38

Browse files
authored
release: v0.1.20 (#594)
## 📝 Pull Request Template ### 2. Type of Change (select one) Type of Change: release ### 3. Description Please describe the changes made and why they are necessary. ### 4. Testing - [ ] I have tested this locally. - [ ] I have updated or added relevant tests. ### 5. Checklist - [ ] I have read the [Code of Conduct](./CODE_OF_CONDUCT.md) - [ ] I have followed the [Contributing Guidelines](./CONTRIBUTING.md) - [ ] My changes follow the project's coding style
1 parent 29e1fba commit a012b38

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

frontend/src-tauri/tauri.conf.json

Lines changed: 7 additions & 9 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.19",
4+
"version": "0.1.20",
55
"identifier": "com.valuecell.valuecellapp",
66
"build": {
77
"beforeDevCommand": "bun run dev:tauri",
@@ -10,14 +10,12 @@
1010
"frontendDist": "../build/client"
1111
},
1212
"app": {
13-
"windows": [
14-
{
15-
"title": "ValueCell",
16-
"minWidth": 1300,
17-
"minHeight": 780,
18-
"hiddenTitle": true
19-
}
20-
],
13+
"windows": [{
14+
"title": "ValueCell",
15+
"minWidth": 1300,
16+
"minHeight": 780,
17+
"hiddenTitle": true
18+
}],
2119
"security": {
2220
"csp": null
2321
}

python/pyproject.toml

Lines changed: 2 additions & 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.19"
7+
version = "0.1.20"
88
description = "ValueCell is a community-driven, multi-agent platform for financial applications."
99
readme = "README.md"
1010
requires-python = ">=3.12"
@@ -31,6 +31,7 @@ dependencies = [
3131
"ccxt>=4.5.15",
3232
"baostock>=0.8.9",
3333
"func-timeout>=4.3.5",
34+
"pymysql>=1.1.0"
3435
]
3536

3637
[project.optional-dependencies]

python/uv.lock

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)