From 1b4f9bfa6a9a5994fcba02355364d3dc4e398322 Mon Sep 17 00:00:00 2001 From: gooker_young Date: Sat, 4 Jul 2026 11:16:31 +0800 Subject: [PATCH] bump version to 0.3.3 --- pyproject.toml | 2 +- src/pyflowx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 927fb69..c41d340 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.2" +version = "0.3.3" [project.scripts] autofmt = "pyflowx.cli.autofmt:main" diff --git a/src/pyflowx/__init__.py b/src/pyflowx/__init__.py index d67aa70..68f3da3 100644 --- a/src/pyflowx/__init__.py +++ b/src/pyflowx/__init__.py @@ -100,7 +100,7 @@ from .task import ( task_template, ) -__version__ = "0.4.2" +__version__ = "0.4.3" __all__ = [ "IS_LINUX",