chore: update project version to 4.7.0 and revise description for clarity

This commit is contained in:
Junyan Qin
2026-01-05 20:06:01 +08:00
parent 61dc5de085
commit 68ef7bd2c4
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "langbot" name = "langbot"
version = "4.6.5" version = "4.7.0"
description = "Easy-to-use global IM bot platform designed for LLM era" description = "Production-grade platform for building IM bots"
readme = "README.md" readme = "README.md"
license-files = ["LICENSE"] license-files = ["LICENSE"]
requires-python = ">=3.11,<4.0" requires-python = ">=3.11,<4.0"

View File

@@ -1,3 +1,3 @@
"""LangBot - Easy-to-use global IM bot platform designed for LLM era""" """LangBot - Production-grade platform for building IM bots"""
__version__ = '4.6.5' __version__ = '4.7.0'