bump version to 0.4.9
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ license = { text = "MIT" }
|
||||
name = "pyflowx"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
version = "0.4.8"
|
||||
version = "0.4.9"
|
||||
|
||||
[project.scripts]
|
||||
emlman = "pyflowx.cli.legacy.emlmanager:main"
|
||||
|
||||
@@ -112,7 +112,7 @@ from .task import (
|
||||
from .tools import ToolSpec, list_subcommands, list_tools, run_tool, tool
|
||||
from .yaml_loader import load_yaml, parse_yaml_string
|
||||
|
||||
__version__ = "0.4.8"
|
||||
__version__ = "0.4.9"
|
||||
|
||||
|
||||
def graph(
|
||||
|
||||
Reference in New Issue
Block a user