Skip to content

Commit 7e67f76

Browse files
authored
chore: bump version to v0.1.12 (#503)
## 📝 Pull Request Template ### 1. Related Issue Closes # (issue number) ### 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 0e7f6bd commit 7e67f76

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frontend/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
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.11",
4+
"version": "0.1.12",
55
"identifier": "com.valuecell.valuecellapp",
66
"build": {
77
"beforeDevCommand": "bun run dev:tauri",

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.11"
7+
version = "0.1.12"
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: 2 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)