chore: bump version to 0.1.2
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ license = { text = "MIT" }
|
|||||||
name = "pyflowx"
|
name = "pyflowx"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
pyflowx-demo = "pyflowx.__main__:main"
|
pyflowx-demo = "pyflowx.__main__:main"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ from .report import RunReport
|
|||||||
from .storage import JSONBackend, MemoryBackend, StateBackend
|
from .storage import JSONBackend, MemoryBackend, StateBackend
|
||||||
from .task import TaskEvent, TaskResult, TaskSpec, TaskStatus
|
from .task import TaskEvent, TaskResult, TaskSpec, TaskStatus
|
||||||
|
|
||||||
__version__ = "0.1.1"
|
__version__ = "0.1.2"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
# 核心类型
|
# 核心类型
|
||||||
|
|||||||
Reference in New Issue
Block a user