".github/vscode:/vscode.git/clone" did not exist on "ed4810e6701cdea1f6bf59e667736efc87e4f600"
Commit 72285458 authored by 赵小蒙's avatar 赵小蒙
Browse files

更新版本号

parent be265ff7
......@@ -20,7 +20,7 @@ requires = parse_requirements('requirements.txt')
setup(
name="magic_pdf", # 项目名
version="0.1.2", # 版本号
version="0.1.3", # 版本号
packages=find_packages(), # 包含所有的包
install_requires=requires, # 项目依赖的第三方库
python_requires=">=3.9", # 项目依赖的 Python 版本
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment