Skip to content

Commit 3644825

Browse files
author
Tom Brandenburg
committed
Bump version to 0.11.0
1 parent 895710e commit 3644825

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "flowsh-cli"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
description = "Generate Bash harness scripts from workflow YAML files."
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/flowsh_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from flowsh_cli.models import Workflow, WorkflowParseError, parse_workflows
44
from flowsh_cli.render import harness_path, render_harness
55

6-
__version__ = "0.10.1"
6+
__version__ = "0.11.0"
77

88
__all__ = [
99
"Workflow",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)