Skip to content

Commit 13a42a9

Browse files
committed
release 0.13.2
1 parent d450fd6 commit 13a42a9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = "zvt"
22-
copyright = "2022, foolcage"
22+
copyright = "2025, foolcage"
2323
author = "foolcage"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.13.0"
26+
release = "0.13.2"
2727

2828

2929
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="zvt",
18-
version="0.13.1",
18+
version="0.13.2",
1919
description="unified,modular quant framework for human beings ",
2020
long_description=long_description,
2121
url="https://github.com/zvtvz/zvt",
@@ -41,9 +41,9 @@
4141
python_requires=">=3.9, <4",
4242
include_package_data=True,
4343
install_requires=[
44-
"requests==2.31.0",
44+
"requests==2.32.0",
4545
"SQLAlchemy==2.0.36",
46-
"pandas==2.0.3",
46+
"pandas==2.2.3",
4747
"pydantic==2.6.4",
4848
"arrow==1.2.3",
4949
"openpyxl==3.1.1",
@@ -57,8 +57,9 @@
5757
"fastapi==0.110.0",
5858
"fastapi-pagination==0.12.23",
5959
"apscheduler==3.10.4",
60-
"eastmoneypy==0.1.7",
60+
"eastmoneypy==0.1.9",
6161
"orjson==3.10.3",
62+
"numpy==2.1.3",
6263
],
6364
project_urls={ # Optional
6465
"Bug Reports": "https://github.com/zvtvz/zvt/issues",
@@ -71,7 +72,6 @@
7172
"console_scripts": [
7273
"zvt = zvt.main:main",
7374
"zvt_server = zvt.zvt_server:main",
74-
"zvt_plugin = zvt.plugin:main",
7575
"zvt_export = zvt.plugin:export",
7676
],
7777
},

0 commit comments

Comments
 (0)