Skip to content

Commit a5b69ae

Browse files
committed
更新简化版的ParquetManager,更新版本号到7.0.9
1 parent 41593f0 commit a5b69ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "quool"
7-
version = "7.0.8"
7+
version = "7.0.9"
88
description = "Quantitative Toolkit - a helper in quant developing"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
authors = [

quool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
)
1717

1818

19-
__version__ = "7.0.8"
19+
__version__ = "7.0.9"

0 commit comments

Comments
 (0)