1 parent 5027290 commit d1c5aecCopy full SHA for d1c5aec
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "quanteval"
7
-version = "1.0.0"
+version = "1.1.0"
8
description = "Quantitative strategy and factor evaluation toolkit for Chinese A-share and Hong Kong (HKEX) markets"
9
readme = "README.md"
10
requires-python = ">=3.11"
src/quanteval/__init__.py
@@ -4,7 +4,7 @@
avoid importing heavy internals on package import.
"""
-__version__ = '1.0.0'
+__version__ = '1.1.0'
# Core
from quanteval.core.strategy import Strategy
0 commit comments