Skip to content

Commit 9bcc60e

Browse files
ty19880929claude
andcommitted
fix(release): bump pyproject.toml version to 0.3.1
The previous v0.3.1 commit only bumped `deeptrade/__init__.py`, but hatchling builds the wheel from the static `version` in pyproject.toml. The release workflow built a 0.3.0 wheel and PyPI rejected the upload (file already exists). Tag v0.3.1 will be moved to this commit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8d0a56c commit 9bcc60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "deeptrade-quant"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "LLM-driven A-share (Shanghai/Shenzhen main board) stock screening CLI"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)