1 parent 3beea24 commit 958bf45Copy full SHA for 958bf45
1 file changed
pyproject.toml
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "us-equity-strategies"
7
-version = "0.7.1"
+version = "0.7.2"
8
description = "Shared US equity strategy catalog and implementations"
9
readme = "README.md"
10
requires-python = ">=3.11"
11
dependencies = [
12
- "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@v0.7.1",
+ "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@v0.7.2",
13
]
14
15
[tool.setuptools]
0 commit comments