Skip to content

Commit f41b8ea

Browse files
committed
更新:发布0.2.1
1 parent 288f449 commit f41b8ea

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
.Python
11+
build/
12+
develop-eggs/
13+
dist/
14+
downloads/
15+
eggs/
16+
.eggs/
17+
lib/
18+
lib64/
19+
parts/
20+
sdist/
21+
var/
22+
wheels/
23+
share/python-wheels/
24+
*.egg-info/
25+
.installed.cfg
26+
*.egg
27+
MANIFEST

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ bot返回内容:
123123

124124
- 追加发病语录数据
125125

126+
### 0.2.1
127+
128+
- 追加发病语录数据
129+
126130
</details>
127131

128132
## 🔧 开发环境

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot_plugin_random_stereotypes"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "基于Nonebot2的发病语录插件"
55
authors = ["Ikaros <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)