Skip to content

Commit 045d2fb

Browse files
committed
chore: sync version strings across public docs and source code to 0.2.2
1 parent 5189912 commit 045d2fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ More templates coming. Have a use case? [Open an issue.](https://github.com/devi
491491
```
492492
Phase 1: Core Library + Checkpointing ████████████████████ COMPLETE (v0.1.0)
493493
Phase 2: PyPI + Templates + Actors ████████████████████ COMPLETE (v0.1.0)
494-
Phase 3: V2 - Router + Registry + MCP ████████████████████ COMPLETE (v0.2.1)
494+
Phase 3: V2 - Router + Registry + MCP ████████████████████ COMPLETE (v0.2.2)
495495
Phase 4: Parallel Execution (asyncio) ░░░░░░░░░░░░░░░░░░░░ ROADMAP (v0.3.0)
496496
```
497497

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dagpipe-generator",
3-
"version": "0.1.0",
3+
"version": "0.2.2",
44
"description": "Generate crash-proof Python LLM pipelines from plain English descriptions. Outputs deployable ZIP with crash recovery, schema validation, and cost routing via DagPipe.",
55
"author": "Herbert Yeboah",
66
"license": "MIT",

src/dagpipe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.2"
22

33
from .dag import (
44
CheckpointStorage,

0 commit comments

Comments
 (0)