This commit is contained in:
Quentin 2025-12-10 16:16:53 +01:00 committed by Quentin
parent cf54a4733f
commit 5e449cdd94
12 changed files with 53 additions and 19 deletions

View file

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