Skip to content

Commit 68ef7bd

Browse files
committed
chore: update project version to 4.7.0 and revise description for clarity
1 parent 61dc5de commit 68ef7bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "langbot"
3-
version = "4.6.5"
4-
description = "Easy-to-use global IM bot platform designed for LLM era"
3+
version = "4.7.0"
4+
description = "Production-grade platform for building IM bots"
55
readme = "README.md"
66
license-files = ["LICENSE"]
77
requires-python = ">=3.11,<4.0"

src/langbot/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
"""LangBot - Easy-to-use global IM bot platform designed for LLM era"""
1+
"""LangBot - Production-grade platform for building IM bots"""
22

3-
__version__ = '4.6.5'
3+
__version__ = '4.7.0'

0 commit comments

Comments
 (0)