Skip to content

Commit 02a1036

Browse files
committed
chore: Bump version to 4.8.5 in pyproject.toml and __init__.py
1 parent 2d837c9 commit 02a1036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langbot"
3-
version = "4.8.4"
3+
version = "4.8.5"
44
description = "Production-grade platform for building agentic IM bots"
55
readme = "README.md"
66
license-files = ["LICENSE"]

src/langbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""LangBot - Production-grade platform for building agentic IM bots"""
22

3-
__version__ = '4.8.4'
3+
__version__ = '4.8.5'

0 commit comments

Comments
 (0)