We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e36dd4 commit 6bf0846Copy full SHA for 6bf0846
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "langbot"
3
-version = "4.6.1"
+version = "4.6.2"
4
description = "Easy-to-use global IM bot platform designed for LLM era"
5
readme = "README.md"
6
license-files = ["LICENSE"]
src/langbot/__init__.py
@@ -1,3 +1,3 @@
"""LangBot - Easy-to-use global IM bot platform designed for LLM era"""
-__version__ = '4.6.1'
+__version__ = '4.6.2'
0 commit comments