[Serving] fix simple_serving log error (#1117)

* fix simple_serving log error

* 1

1
This commit is contained in:
Thomas Young
2023-01-11 20:12:37 +08:00
committed by GitHub
parent 70bf66bc5d
commit 1feddbcc01
2 changed files with 39 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ install_requires = ['uvicorn==0.16.0']
setuptools.setup(
name="fastdeploy-tools", # name of package
version="0.0.2", #version of package
version="0.0.3", #version of package
description="A toolkit for FastDeploy.",
long_description=long_description,
long_description_content_type="text/plain",