Skip to content

Commit 6bf0846

Browse files
committed
chore: bump version 4.6.2
1 parent 5e36dd4 commit 6bf0846

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.6.1"
3+
version = "4.6.2"
44
description = "Easy-to-use global IM bot platform designed for LLM era"
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 - Easy-to-use global IM bot platform designed for LLM era"""
22

3-
__version__ = '4.6.1'
3+
__version__ = '4.6.2'

0 commit comments

Comments
 (0)