Skip to content

Commit c88a93a

Browse files
committed
release 0.13.3
1 parent 1fe90db commit c88a93a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 zvtvz
3+
Copyright (c) 2023-2025 zvtvz
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

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

1616
setup(
1717
name="zvt",
18-
version="0.13.2",
18+
version="0.13.3",
1919
description="unified,modular quant framework for human beings ",
2020
long_description=long_description,
2121
url="https://github.com/zvtvz/zvt",
@@ -45,7 +45,7 @@
4545
"SQLAlchemy==2.0.36",
4646
"pandas==2.2.3",
4747
"pydantic==2.6.4",
48-
"arrow==1.2.3",
48+
"arrow==1.3.0",
4949
"openpyxl==3.1.1",
5050
"demjson3==3.0.6",
5151
"plotly==5.13.0",
@@ -57,7 +57,7 @@
5757
"fastapi==0.110.0",
5858
"fastapi-pagination==0.12.23",
5959
"apscheduler==3.10.4",
60-
"eastmoneypy==0.1.9",
60+
"eastmoneypy==0.2.0",
6161
"orjson==3.10.3",
6262
"numpy==2.1.3",
6363
],

0 commit comments

Comments
 (0)