[Bug Fix] fix a bug in paddle2coreml tool (#1481)

fix a bug in paddle2coreml tool
This commit is contained in:
lishicheng1996
2023-03-02 10:45:30 +08:00
committed by GitHub
parent 610b4c532b
commit fe2882a1ef
2 changed files with 30 additions and 24 deletions

View File

@@ -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",