bump version to 0.2.3
Release / Build Artifacts (push) Has been skipped
Release / Publish to PyPI (push) Has been skipped
Release / Publish Release (push) Has been skipped
Release / Pre-release Check (push) Failing after 31s

This commit is contained in:
2026-06-26 07:43:56 +08:00
parent a2889fbb08
commit 6f64d9d6dc
4 changed files with 28 additions and 11 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ from .runner import CliExitCode, CliRunner
from .storage import JSONBackend, MemoryBackend, StateBackend
from .task import TaskCmd, TaskEvent, TaskResult, TaskSpec, TaskStatus
__version__ = "0.2.2"
__version__ = "0.2.3"
__all__ = [
"IS_LINUX",