chore: update project version to 4.7.1

This commit is contained in:
Junyan Qin
2026-01-09 21:52:08 +08:00
parent ecfb2bfb34
commit a05cdcac50
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "langbot" name = "langbot"
version = "4.7.0" version = "4.7.1"
description = "Production-grade platform for building IM bots" description = "Production-grade platform for building IM bots"
readme = "README.md" readme = "README.md"
license-files = ["LICENSE"] license-files = ["LICENSE"]
+1 -1
View File
@@ -1,3 +1,3 @@
"""LangBot - Production-grade platform for building IM bots""" """LangBot - Production-grade platform for building IM bots"""
__version__ = '4.7.0' __version__ = '4.7.1'