diff --git a/pyproject.toml b/pyproject.toml index 391aeb8..30c84d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'"] diff --git a/src/pyflowx/__init__.py b/src/pyflowx/__init__.py index 05537ab..ae06c7a 100644 --- a/src/pyflowx/__init__.py +++ b/src/pyflowx/__init__.py @@ -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__ = [ # 核心类型