bump version to 0.3.5

This commit is contained in:
2026-07-04 11:36:07 +08:00
parent dbd30689ab
commit 50d4e3a3b4
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.4"
version = "0.3.5"
[project.scripts]
autofmt = "pyflowx.cli.autofmt:main"
+1 -1
View File
@@ -100,7 +100,7 @@ from .task import (
task_template,
)
__version__ = "0.4.4"
__version__ = "0.4.5"
__all__ = [
"IS_LINUX",