This commit is contained in:
Mathias Gesbert 2025-12-09 14:46:09 +01:00
parent fa15fc977b
commit 3aa54e9f05
9 changed files with 20 additions and 16 deletions

View file

@ -1,6 +1,6 @@
from __future__ import annotations
__all__ = ["__version__", "run_programmatic"]
__version__ = "0.1.0"
__version__ = "1.0.1"
from vibe.core.programmatic import run_programmatic