Skip to content

Commit 49ca951

Browse files
committed
chore: bump maibot pre-release version
1 parent 29fec8f commit 49ca951

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "MaiBot"
7-
version = "1.0.0-pre.22"
7+
version = "1.0.0-pre.23"
88
description = "MaiCore 是一个基于大语言模型的可交互智能体"
99
requires-python = ">=3.12"
1010
dependencies = [

src/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
MODEL_CONFIG_PATH: Path = (CONFIG_DIR / "model_config.toml").resolve().absolute()
5959
LEGACY_ENV_PATH: Path = (PROJECT_ROOT / ".env").resolve().absolute()
6060
A_MEMORIX_LEGACY_CONFIG_PATH: Path = (CONFIG_DIR / "a_memorix.toml").resolve().absolute()
61-
MMC_VERSION: str = "1.0.0-pre.22"
61+
MMC_VERSION: str = "1.0.0-pre.23"
6262
CONFIG_VERSION: str = "8.12.10"
6363
MODEL_CONFIG_VERSION: str = "1.17.0"
6464

uv.lock

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

0 commit comments

Comments
 (0)