diff --git a/pyproject.toml b/pyproject.toml index 16d1f1f8..4c8cbe31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.10.0-beta.3" +version = "4.10.0" 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 d9941bb7..17674d6e 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.10.0-beta.3' +__version__ = '4.10.0' diff --git a/uv.lock b/uv.lock index 3c4715f5..ec66e0d2 100644 --- a/uv.lock +++ b/uv.lock @@ -1899,7 +1899,7 @@ wheels = [ [[package]] name = "langbot" -version = "4.10.0b3" +version = "4.10.0" source = { editable = "." } dependencies = [ { name = "aiocqhttp" },