Skip to content

Commit be0af89

Browse files
author
liangyz
committed
chore: bump version to 0.0.2 and update documentation
- Update version from 0.1.0 to 0.0.2 - Change license from MIT to GPL-3.0 - Fix command name inconsistency: feishu-agent -> lark-agent in docs
1 parent 132dc62 commit be0af89

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/安装使用指南.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
这是最简单的方式,适合直接使用:
88

99
```bash
10-
uv tool install --from git+https://github.com/Wulnut/feishu_agent feishu-agent
10+
uv tool install --from git+https://github.com/Wulnut/feishu_agent lark-agent
1111
```
1212

13-
安装后,可以直接使用 `feishu-agent` 命令:
13+
安装后,可以直接使用 `lark-agent` 命令:
1414

1515
```bash
16-
feishu-agent
16+
lark-agent
1717
```
1818

1919
### 方式二:从源码安装
@@ -37,7 +37,7 @@ uv run main.py
3737
docker build -t feishu-agent .
3838

3939
# 运行(需要提供 .env 文件)
40-
docker run --env-file .env feishu-agent
40+
docker run --env-file .env lark-agent
4141
```
4242

4343
---

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "lark-agent"
3-
version = "0.1.0"
3+
version = "0.0.2"
44
description = "Lark Agent using MCP - A Model Context Protocol server for Lark Project integration"
55
requires-python = ">=3.11"
66
readme = "README.md"
7-
license = {text = "MIT"}
7+
license = {text = "GPL-3.0"}
88
authors = [
99
{name = "liangyz", email = "carepdime@gmail.com"}
1010
]

0 commit comments

Comments
 (0)