We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d837c9 commit 02a1036Copy full SHA for 02a1036
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "langbot"
3
-version = "4.8.4"
+version = "4.8.5"
4
description = "Production-grade platform for building agentic IM bots"
5
readme = "README.md"
6
license-files = ["LICENSE"]
src/langbot/__init__.py
@@ -1,3 +1,3 @@
"""LangBot - Production-grade platform for building agentic IM bots"""
-__version__ = '4.8.4'
+__version__ = '4.8.5'
0 commit comments