diff --git a/pyproject.toml b/pyproject.toml index 5e80eaee..ddfc1c17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.5.4" +version = "4.6.0" description = "Easy-to-use global IM bot platform designed for LLM era" readme = "README.md" license-files = ["LICENSE"] diff --git a/src/langbot/__init__.py b/src/langbot/__init__.py index e93aab06..8fd430f3 100644 --- a/src/langbot/__init__.py +++ b/src/langbot/__init__.py @@ -1,3 +1,3 @@ """LangBot - Easy-to-use global IM bot platform designed for LLM era""" -__version__ = '4.5.4' +__version__ = '4.6.0'