Skip to content

Commit 450549d

Browse files
committed
fix: update version to 0.2.2 in pyproject.toml, __init__.py, and uv.lock
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 1455869 commit 450549d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = "bub"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Bub it. Build it. Tape-first coding agent CLI."
55
authors = [{ name = "Chojan Shang", email = "psiace@apache.org" }]
66
readme = "README.md"

src/bub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from bub.cli import app
44

55
__all__ = ["app"]
6-
__version__ = "0.2.0"
6+
__version__ = "0.2.2"

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)