Skip to content

Commit 18cb3c0

Browse files
committed
Bump version to 0.8.1
1 parent acd9344 commit 18cb3c0

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 = "vibepod"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "One CLI for containerized AI coding agents"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/vibepod/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""VibePod package."""
22

3-
__version__ = "0.8.0"
3+
__version__ = "0.8.1"

src/vibepod/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from platformdirs import user_config_dir
99

1010
APP_NAME = "vibepod"
11-
VERSION = "0.8.0"
11+
VERSION = "0.8.1"
1212

1313
CONFIG_DIR = Path(user_config_dir(APP_NAME))
1414
GLOBAL_CONFIG_FILE = CONFIG_DIR / "config.yaml"

0 commit comments

Comments
 (0)