mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +08:00
[Bug Fix] fix a bug in paddle2coreml tool (#1481)
fix a bug in paddle2coreml tool
This commit is contained in:
@@ -7,7 +7,7 @@ install_requires = ['uvicorn==0.16.0']
|
||||
|
||||
setuptools.setup(
|
||||
name="fastdeploy-tools", # name of package
|
||||
version="0.0.4", #version of package
|
||||
version="0.0.5", #version of package
|
||||
description="A toolkit for FastDeploy.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/plain",
|
||||
|
Reference in New Issue
Block a user