From 3bbdf142ba045cd20c21fb8fe2f71b7394511750 Mon Sep 17 00:00:00 2001 From: gooker_young Date: Sat, 20 Jun 2026 14:04:58 +0800 Subject: [PATCH] chore: bump version to 0.1.2 --- pyproject.toml | 2 +- src/pyflowx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__ = [ # 核心类型