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 66e252a commit 5d60dbfCopy full SHA for 5d60dbf
pkg/utils/constants.py
@@ -1,4 +1,4 @@
1
-semantic_version = 'v4.3.0.beta3'
+semantic_version = 'v4.3.0'
2
3
required_database_version = 7
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.beta4"
+version = "4.3.0"
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