Skip to content

Commit c448ddf

Browse files
committed
[Version] Bump version to 1.0.1 in pyproject.toml and __init__.py
1 parent 547c9d0 commit c448ddf

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.0.1"
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
@@ -6,7 +6,7 @@
66
License: MIT
77
"""
88

9-
__version__ = '1.0.0'
9+
__version__ = '1.0.1'
1010

1111
# Core components
1212
from quanteval.core.strategy import Strategy

0 commit comments

Comments
 (0)