From 6f93e6eb6dd9d5da5fd1763333c25eacf4b4f94a Mon Sep 17 00:00:00 2001 From: gooker_young Date: Sun, 28 Jun 2026 21:38:37 +0800 Subject: [PATCH] bump version to 0.3.0 --- pyproject.toml | 2 +- src/pyflowx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6278861..131f907 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.13" +version = "0.3.0" [project.scripts] autofmt = "pyflowx.cli.autofmt:main" diff --git a/src/pyflowx/__init__.py b/src/pyflowx/__init__.py index 8c6eb48..7f2758e 100644 --- a/src/pyflowx/__init__.py +++ b/src/pyflowx/__init__.py @@ -100,7 +100,7 @@ from .task import ( task_template, ) -__version__ = "0.3.7" +__version__ = "0.4.0" __all__ = [ "IS_LINUX",