From 3f9c52e6f1d697bf93be5a5f4654e0e984b546af Mon Sep 17 00:00:00 2001 From: gooker_young Date: Sun, 28 Jun 2026 18:56:42 +0800 Subject: [PATCH] bump version to 0.2.12 --- pyproject.toml | 2 +- src/pyflowx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f7fda2..e21c549 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ license = { text = "MIT" } name = "pyflowx" readme = "README.md" requires-python = ">=3.8" -version = "0.2.11" +version = "0.2.12" [project.scripts] autofmt = "pyflowx.cli.autofmt:main" diff --git a/src/pyflowx/__init__.py b/src/pyflowx/__init__.py index 8752a9b..57d8ac1 100644 --- a/src/pyflowx/__init__.py +++ b/src/pyflowx/__init__.py @@ -99,7 +99,7 @@ from .task import ( task_template, ) -__version__ = "0.3.5" +__version__ = "0.3.6" __all__ = [ "IS_LINUX",