From c15b38516aa768268758284b2e9f5f4e70d1d145 Mon Sep 17 00:00:00 2001 From: gooker_young Date: Sat, 27 Jun 2026 23:08:32 +0800 Subject: [PATCH] bump version to 0.2.11 --- pyproject.toml | 2 +- src/pyflowx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c97c5d8..5f7fda2 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.10" +version = "0.2.11" [project.scripts] autofmt = "pyflowx.cli.autofmt:main" diff --git a/src/pyflowx/__init__.py b/src/pyflowx/__init__.py index 1a79dc3..3fec565 100644 --- a/src/pyflowx/__init__.py +++ b/src/pyflowx/__init__.py @@ -95,7 +95,7 @@ from .task import ( task_template, ) -__version__ = "0.3.4" +__version__ = "0.3.5" __all__ = [ "IS_LINUX",