chore(release): bump version to 4.10.0

Version-only bump from 4.10.0-beta.3. No release/tag/publish.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Junyan Qin
2026-06-04 17:26:03 +08:00
parent fe4f95b9a3
commit 4889a3881b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "langbot"
version = "4.10.0-beta.3"
version = "4.10.0"
description = "Production-grade platform for building agentic IM bots"
readme = "README.md"
license-files = ["LICENSE"]

View File

@@ -1,3 +1,3 @@
"""LangBot - Production-grade platform for building agentic IM bots"""
__version__ = '4.10.0-beta.3'
__version__ = '4.10.0'

2
uv.lock generated
View File

@@ -1899,7 +1899,7 @@ wheels = [
[[package]]
name = "langbot"
version = "4.10.0b3"
version = "4.10.0"
source = { editable = "." }
dependencies = [
{ name = "aiocqhttp" },