diff --git a/pyproject.toml b/pyproject.toml index 826cffcd..2999a995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.8.6" +version = "4.8.7" 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 118164f3..66ebbf01 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.8.6' +__version__ = '4.8.7' diff --git a/uv.lock b/uv.lock index ed4c88b8..ef9302ee 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.11, <4.0" resolution-markers = [ "python_full_version >= '3.14' and sys_platform == 'win32'", @@ -1799,7 +1799,7 @@ wheels = [ [[package]] name = "langbot" -version = "4.8.6" +version = "4.8.7" source = { editable = "." } dependencies = [ { name = "aiocqhttp" },