chore: bump version to 0.1.1
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ license = { text = "MIT" }
|
||||
name = "pyflowx"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
# graphlib_backport only needed on Python 3.8 (stdlib graphlib exists in 3.9+)
|
||||
dependencies = ["graphlib_backport >= 1.0.0; python_version < '3.9'"]
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ from .report import RunReport
|
||||
from .storage import JSONBackend, MemoryBackend, StateBackend
|
||||
from .task import TaskEvent, TaskResult, TaskSpec, TaskStatus
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1"
|
||||
|
||||
__all__ = [
|
||||
# 核心类型
|
||||
|
||||
Reference in New Issue
Block a user