We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd9344 commit 18cb3c0Copy full SHA for 18cb3c0
3 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "vibepod"
3
-version = "0.8.0"
+version = "0.8.1"
4
description = "One CLI for containerized AI coding agents"
5
readme = "README.md"
6
requires-python = ">=3.10"
src/vibepod/__init__.py
@@ -1,3 +1,3 @@
"""VibePod package."""
-__version__ = "0.8.0"
+__version__ = "0.8.1"
src/vibepod/constants.py
@@ -8,7 +8,7 @@
8
from platformdirs import user_config_dir
9
10
APP_NAME = "vibepod"
11
-VERSION = "0.8.0"
+VERSION = "0.8.1"
12
13
CONFIG_DIR = Path(user_config_dir(APP_NAME))
14
GLOBAL_CONFIG_FILE = CONFIG_DIR / "config.yaml"
0 commit comments