We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb2f3e commit d887881Copy full SHA for d887881
pkg/utils/constants.py
@@ -1,4 +1,4 @@
1
-semantic_version = 'v4.3.0'
+semantic_version = 'v4.3.1'
2
3
required_database_version = 8
4
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "langbot"
-version = "4.3.0"
+version = "4.3.1"
description = "Easy-to-use global IM bot platform designed for LLM era"
5
readme = "README.md"
6
requires-python = ">=3.10.1,<4.0"
0 commit comments