1 parent 547c9d0 commit c448ddfCopy full SHA for c448ddf
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.0.1"
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
@@ -6,7 +6,7 @@
License: MIT
"""
-__version__ = '1.0.0'
+__version__ = '1.0.1'
11
# Core components
12
from quanteval.core.strategy import Strategy
0 commit comments