chore: bump version to 0.1.1

This commit is contained in:
2026-06-20 13:40:21 +08:00
parent 7ad2a9ba23
commit f2400ad8ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ license = { text = "MIT" }
name = "pyflowx"
readme = "README.md"
requires-python = ">=3.8"
version = "0.1.0"
version = "0.1.1"
# graphlib_backport only needed on Python 3.8 (stdlib graphlib exists in 3.9+)
dependencies = ["graphlib_backport >= 1.0.0; python_version < '3.9'"]
+1 -1
View File
@@ -43,7 +43,7 @@ from .report import RunReport
from .storage import JSONBackend, MemoryBackend, StateBackend
from .task import TaskEvent, TaskResult, TaskSpec, TaskStatus
__version__ = "0.1.0"
__version__ = "0.1.1"
__all__ = [
# 核心类型