Skip to content

Commit 0914bf1

Browse files
committed
Update version number: 1.0.0 => 1.0.1
1 parent 882cbdd commit 0914bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class FastAPISettings:
4141
# 项目描述 | Project description
4242
description: str = "An open source Speech-to-Text API. The project is based on OpenAI's Whisper model and uses the asynchronous features of FastAPI to efficiently wrap it and support more custom functions."
4343
# 项目版本 | Project version
44-
version: str = "1.0.0"
44+
version: str = "1.0.1"
4545
# Swagger 文档 URL | Swagger docs URL
4646
docs_url: str = "/"
4747
# 是否开启 debug 模式 | Whether to enable debug mode

0 commit comments

Comments
 (0)