Skip to content

Commit adbdbe1

Browse files
committed
chore: update version to 0.3.4 in pyproject.toml and __init__.py
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 1ea718b commit adbdbe1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bub"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "A common shape for agents that live alongside people."
55
authors = [
66
{ name = "Chojan Shang", email = "psiace@apache.org" },

src/bub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from bub.tools import tool
66

77
__all__ = ["BubFramework", "hookimpl", "tool"]
8-
__version__ = "0.3.3"
8+
__version__ = "0.3.4"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)