Skip to content

Commit d887881

Browse files
committed
chore: bump version 4.3.1
1 parent 8bb2f3e commit d887881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
semantic_version = 'v4.3.0'
1+
semantic_version = 'v4.3.1'
22

33
required_database_version = 8
44
"""Tag the version of the database schema, used to check if the database needs to be migrated"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langbot"
3-
version = "4.3.0"
3+
version = "4.3.1"
44
description = "Easy-to-use global IM bot platform designed for LLM era"
55
readme = "README.md"
66
requires-python = ">=3.10.1,<4.0"

0 commit comments

Comments
 (0)