diff --git a/pyproject.toml b/pyproject.toml index fbad2b5..0ab2e6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ license = { text = "MIT" } name = "pyflowx" readme = "README.md" requires-python = ">=3.8" -version = "0.2.7" +version = "0.2.8" [project.scripts] autofmt = "pyflowx.cli.autofmt:main" diff --git a/src/pyflowx/__init__.py b/src/pyflowx/__init__.py index cce437a..c39d31b 100644 --- a/src/pyflowx/__init__.py +++ b/src/pyflowx/__init__.py @@ -95,7 +95,7 @@ from .task import ( task_template, ) -__version__ = "0.3.1" +__version__ = "0.3.2" __all__ = [ "IS_LINUX",