Skip to content

Commit 5e9fd5e

Browse files
authored
Merge pull request #35 from QuantStrategyLab/fix/bump-qpk-bc5351d
chore: bump quant-platform-kit to bc5351d
2 parents a11a54e + ff271ec commit 5e9fd5e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "crypto-strategies"
7-
version = "0.4.8"
7+
version = "0.4.9"
88
description = "Shared crypto strategy catalog and implementations"
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@aee8121d530c2e92c72b68aee434bf174b3b9c85",
12+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@bc5351d3567b2bb60416dc969062c37eedbbf65e",
1313
]
1414

1515
[tool.setuptools]
@@ -19,4 +19,4 @@ package-dir = {"" = "src"}
1919
where = ["src"]
2020

2121
[tool.ruff]
22-
target-version = "py311"
22+
target-version = "0.4.9"

0 commit comments

Comments
 (0)