Skip to content

Commit fc80d7d

Browse files
committed
chore: bump version to 4.7.3
1 parent c2f036b commit fc80d7d

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

astrbot/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.7.2"
1+
__version__ = "4.7.3"

astrbot/core/config/default.py

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

55
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
66

7-
VERSION = "4.7.2"
7+
VERSION = "4.7.3"
88
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
99

1010
# 默认配置
File renamed without changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "AstrBot"
3-
version = "4.7.2"
3+
version = "4.7.3"
44
description = "Easy-to-use multi-platform LLM chatbot and development framework"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)