diff --git a/pyproject.toml b/pyproject.toml index c8c06960..a71bd5a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.9.1" +version = "4.9.2" description = "Production-grade platform for building agentic IM bots" readme = "README.md" license-files = ["LICENSE"] diff --git a/src/langbot/__init__.py b/src/langbot/__init__.py index a1a31053..98da79e5 100644 --- a/src/langbot/__init__.py +++ b/src/langbot/__init__.py @@ -1,3 +1,3 @@ """LangBot - Production-grade platform for building agentic IM bots""" -__version__ = '4.9.1' +__version__ = '4.9.2' diff --git a/uv.lock b/uv.lock index 62551a5b..c1d8b775 100644 --- a/uv.lock +++ b/uv.lock @@ -1832,7 +1832,7 @@ wheels = [ [[package]] name = "langbot" -version = "4.9.1" +version = "4.9.2" source = { editable = "." } dependencies = [ { name = "aiocqhttp" },