Skip to content

Commit 862274b

Browse files
committed
version bump
1 parent 47e3978 commit 862274b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/llama-index-utils-workflow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dev = ["pytest>=8.4.2", "pytest-asyncio>=1.0.0", "pytest-cov>=6.1.1"]
77

88
[project]
99
name = "llama-index-utils-workflow"
10-
version = "0.4.1"
10+
version = "0.5.0"
1111
description = "llama-index utils for workflows"
1212
readme = "README.md"
1313
authors = [{name = "Adrian Lyjak", email = "[email protected]"}]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dev = [
1818

1919
[project]
2020
name = "llama-index-workflows"
21-
version = "2.8.3"
21+
version = "2.9.0"
2222
description = "An event-driven, async-first, step-based way to control the execution flow of AI applications like Agents."
2323
readme = "README.md"
2424
license = "MIT"

0 commit comments

Comments
 (0)