bump version to 0.2.13
Release / build (push) Failing after 11m59s
Release / release (push) Has been skipped
Release / publish-pypi (push) Has been skipped

This commit is contained in:
2026-06-28 20:30:54 +08:00
parent ce31f60441
commit 467634f8c7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ license = { text = "MIT" }
name = "pyflowx" name = "pyflowx"
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
version = "0.2.12" version = "0.2.13"
[project.scripts] [project.scripts]
autofmt = "pyflowx.cli.autofmt:main" autofmt = "pyflowx.cli.autofmt:main"
+1 -1
View File
@@ -100,7 +100,7 @@ from .task import (
task_template, task_template,
) )
__version__ = "0.3.6" __version__ = "0.3.7"
__all__ = [ __all__ = [
"IS_LINUX", "IS_LINUX",