From 1f274fe8283939550d0a9ae09bf645fa24e6f237 Mon Sep 17 00:00:00 2001 From: gooker_young Date: Sat, 4 Jul 2026 10:32:45 +0800 Subject: [PATCH] bump version to 0.3.1 --- pyproject.toml | 2 +- src/pyflowx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 877e354..0f6926a 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.3.0" +version = "0.3.1" [project.scripts] autofmt = "pyflowx.cli.autofmt:main" diff --git a/src/pyflowx/__init__.py b/src/pyflowx/__init__.py index 7f2758e..f06743b 100644 --- a/src/pyflowx/__init__.py +++ b/src/pyflowx/__init__.py @@ -100,7 +100,7 @@ from .task import ( task_template, ) -__version__ = "0.4.0" +__version__ = "0.4.1" __all__ = [ "IS_LINUX",