bump version to 0.3.4

This commit is contained in:
2026-07-04 11:24:11 +08:00
parent 8e7b866de2
commit b88f894872
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ license = { text = "MIT" }
name = "pyflowx"
readme = "README.md"
requires-python = ">=3.8"
version = "0.3.3"
version = "0.3.4"
[project.scripts]
autofmt = "pyflowx.cli.autofmt:main"
+1 -1
View File
@@ -100,7 +100,7 @@ from .task import (
task_template,
)
__version__ = "0.4.3"
__version__ = "0.4.4"
__all__ = [
"IS_LINUX",