Skip to content

Commit 4a78e47

Browse files
committed
chore: 版本号升级至 v0.0.2
- 更新 pyproject.toml 版本号 - 更新 src/glm_asr/__init__.py 版本号 - 更新 src/glm_asr/app.py FastAPI 版本号 - 更新 templates/index.html UI 版本号 - 更新 README.md 版本徽章 - 同步 uv.lock 锁文件
1 parent 1c9e583 commit 4a78e47

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
一个基于 **[GLM-ASR](https://github.com/zai-org/GLM-ASR)** 模型的现代化语音识别 Web 服务,拥有赛博朋克风格界面和长音频流式转录功能。
44

5-
![版本](https://img.shields.io/badge/版本-0.0.1-blue)
5+
![版本](https://img.shields.io/badge/版本-0.0.2-blue)
66
![许可证](https://img.shields.io/badge/许可证-Apache%202.0-green)
77
![Python](https://img.shields.io/badge/python-3.12+-brightgreen)
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = [
1414

1515
[project]
1616
name = "glm-asr-webui"
17-
version = "0.0.1"
17+
version = "0.0.2"
1818
description = "基于 GLM-ASR-Nano-2512 的语音识别 Web 服务"
1919
readme = "README.md"
2020
requires-python = ">=3.10"

src/glm_asr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from glm_asr.app import app
22

33
__all__ = ["app"]
4-
__version__ = "0.0.1"
4+
__version__ = "0.0.2"

src/glm_asr/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
app = FastAPI(
3535
title="GLM-ASR 语音识别服务",
3636
description="基于 GLM-ASR-Nano-2512 模型的音频转录 API",
37-
version="0.0.1",
37+
version="0.0.2",
3838
)
3939

4040
# 配置 Jinja2 模板

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2254,7 +2254,7 @@
22542254
<!-- 头部 -->
22552255
<header class="header">
22562256
<h1>GLM-ASR</h1>
2257-
<p class="header-subtitle">语音识别终端 // v0.0.1</p>
2257+
<p class="header-subtitle">语音识别终端 // v0.0.2</p>
22582258
</header>
22592259

22602260
<!-- 主内容卡片 -->

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)