diff --git a/pyproject.toml b/pyproject.toml index fb65601..4f09c25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ license = { text = "MIT" } name = "pyflowx" readme = "README.md" requires-python = ">=3.8" -version = "0.1.1" +version = "0.1.2" [project.scripts] pyflowx-demo = "pyflowx.__main__:main" diff --git a/src/pyflowx/__init__.py b/src/pyflowx/__init__.py index ae06c7a..e27f33a 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.1" +__version__ = "0.1.2" __all__ = [ # 核心类型