This commit is contained in:
Michel Thomazo 2025-12-09 17:48:54 +01:00
parent bcbfd93f37
commit 0d3d48627c
9 changed files with 18 additions and 13 deletions

View file

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