Skip to content

Commit 04ced3c

Browse files
committed
inor fix on readme
1 parent 0495cd0 commit 04ced3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = ["test*", "__pycache__", "*.egg-info"]
1515

1616
[project]
1717
name = "versionhq"
18-
version = "1.2.4.18"
18+
version = "1.2.4.19"
1919
authors = [{ name = "Kuriko Iwai", email = "[email protected]" }]
2020
description = "Autonomous agent networks for task automation with multi-step reasoning."
2121
readme = "README.md"

src/versionhq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from versionhq.task_graph.draft import workflow
3636

3737

38-
__version__ = "1.2.4.18"
38+
__version__ = "1.2.4.19"
3939
__all__ = [
4040
"Agent",
4141

0 commit comments

Comments
 (0)