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 61dc5de commit 68ef7bdCopy full SHA for 68ef7bd
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "langbot"
3
-version = "4.6.5"
4
-description = "Easy-to-use global IM bot platform designed for LLM era"
+version = "4.7.0"
+description = "Production-grade platform for building IM bots"
5
readme = "README.md"
6
license-files = ["LICENSE"]
7
requires-python = ">=3.11,<4.0"
src/langbot/__init__.py
@@ -1,3 +1,3 @@
-"""LangBot - Easy-to-use global IM bot platform designed for LLM era"""
+"""LangBot - Production-grade platform for building IM bots"""
-__version__ = '4.6.5'
+__version__ = '4.7.0'
0 commit comments