This commit is contained in:
Michel Thomazo 2025-12-09 16:17:51 +01:00
parent 3aa54e9f05
commit bcbfd93f37
9 changed files with 19 additions and 13 deletions

View file

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