Skip to content

Commit d1c5aec

Browse files
committed
[CD] Bump version to 1.1.0 in pyproject.toml and __init__.py
1 parent 5027290 commit d1c5aec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "quanteval"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Quantitative strategy and factor evaluation toolkit for Chinese A-share and Hong Kong (HKEX) markets"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/quanteval/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
avoid importing heavy internals on package import.
55
"""
66

7-
__version__ = '1.0.0'
7+
__version__ = '1.1.0'
88

99
# Core
1010
from quanteval.core.strategy import Strategy

0 commit comments

Comments
 (0)