From 0d6a78f32086af7201c38729c932eaf09d07a889 Mon Sep 17 00:00:00 2001 From: gooker_young Date: Thu, 25 Jun 2026 23:02:12 +0800 Subject: [PATCH] +bumpversion --- pyproject.toml | 2 +- src/pyflowx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ea65f2..158023c 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.12" +version = "0.1.13" [project.scripts] autofmt = "pyflowx.cli.autofmt:main" diff --git a/src/pyflowx/__init__.py b/src/pyflowx/__init__.py index f3f6828..5dcf01f 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.12" +__version__ = "0.1.13" __all__ = [ "IS_LINUX",