From cbc02c5aee262c9e38c155f5e644df5612d45eab Mon Sep 17 00:00:00 2001 From: gooker_young Date: Sun, 21 Jun 2026 19:07:51 +0800 Subject: [PATCH] chore: bump version to 0.1.5 --- pyproject.toml | 2 +- src/pyflowx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 737b1b9..ebe3886 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.4" +version = "0.1.5" [project.scripts] pymake = "pyflowx.cli.pymake:main" diff --git a/src/pyflowx/__init__.py b/src/pyflowx/__init__.py index c171079..f385def 100644 --- a/src/pyflowx/__init__.py +++ b/src/pyflowx/__init__.py @@ -84,7 +84,7 @@ from .runner import CliExitCode, CliRunner from .storage import JSONBackend, MemoryBackend, StateBackend from .task import TaskCmd, TaskEvent, TaskResult, TaskSpec, TaskStatus -__version__ = "0.1.4" +__version__ = "0.1.5" __all__ = [ "IS_LINUX",