We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f659ec commit 459f5f1Copy full SHA for 459f5f1
3 files changed
examples/integration_examples.py example/integration_examples.pyexamples/integration_examples.py renamed to example/integration_examples.py
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "fundrive"
3
-version = "2.0.56"
+version = "2.0.57"
4
description = "fundrive"
5
readme = "README.md"
6
requires-python = ">=3.8"
src/fundrive/__init__.py
@@ -57,7 +57,7 @@
57
)
58
59
# 版本信息
60
-__version__ = "2.0.39"
+__version__ = "2.0.56"
61
__author__ = "farfarfun"
62
__email__ = "farfarfun@qq.com"
63
__description__ = "统一云存储接口框架"
0 commit comments