bump version to 0.4.7
CI / Lint, Typecheck & Test (push) Has been cancelled
Release / Build, Publish & Release (push) Has been cancelled

This commit is contained in:
2026-07-05 19:49:54 +08:00
parent 9a96e5d052
commit 58ee84ded6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ license = { text = "MIT" }
name = "pyflowx"
readme = "README.md"
requires-python = ">=3.8"
version = "0.4.6"
version = "0.4.7"
[project.scripts]
dockercmd = "pyflowx.cli.dev.dockercmd:main"
+1 -1
View File
@@ -102,7 +102,7 @@ from .task import (
)
from .yaml_loader import YamlLoadError, build_cli_parser, load_yaml, parse_yaml_string, run_cli, run_yaml
__version__ = "0.4.6"
__version__ = "0.4.7"
__all__ = [
"IS_LINUX",