diff --git a/pyproject.toml b/pyproject.toml index 268908a7..953dec12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.7.0" +version = "4.7.1" description = "Production-grade platform for building IM bots" readme = "README.md" license-files = ["LICENSE"] diff --git a/src/langbot/__init__.py b/src/langbot/__init__.py index 966aed76..79f45cbd 100644 --- a/src/langbot/__init__.py +++ b/src/langbot/__init__.py @@ -1,3 +1,3 @@ """LangBot - Production-grade platform for building IM bots""" -__version__ = '4.7.0' +__version__ = '4.7.1'