Skip to content

Commit

Permalink
更新模块版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
myhloli committed Mar 5, 2024
1 parent 6cbf7fa commit 7242a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def parse_requirements(filename):

setup(
name="magic_pdf", # 项目名
version="0.1.2", # 版本号
version="0.1.3", # 版本号
packages=find_packages(), # 包含所有的包
install_requires=requires, # 项目依赖的第三方库
python_requires=">=3.9", # 项目依赖的 Python 版本
Expand Down

0 comments on commit 7242a4a

Please sign in to comment.