chore: bump version 4.5.3

This commit is contained in:
Junyan Qin
2025-11-18 11:31:28 +08:00
parent 2e82f2b2d1
commit d91d98c9d4
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "langbot"
version = "4.5.2"
version = "4.5.3"
description = "Easy-to-use global IM bot platform designed for LLM era"
readme = "README.md"
license-files = ["LICENSE"]

View File

@@ -1,3 +1,3 @@
"""LangBot - Easy-to-use global IM bot platform designed for LLM era"""
__version__ = '4.5.2'
__version__ = '4.5.3'

View File

@@ -1,4 +1,6 @@
semantic_version = 'v4.5.2'
import langbot
semantic_version = f'v{langbot.__version__}'
required_database_version = 11
"""Tag the version of the database schema, used to check if the database needs to be migrated"""