Skip to content

Commit 3a327d0

Browse files
Gkclaude
authored andcommitted
release: v0.1.3 — update command, --worker, --on-failure, key regen fix
Bump version to 0.1.3 for PyPI release. Includes all fixes from recent PRs: - cueapi update command (PATCH /v1/cues/{id}) - --worker flag on create (sets transport=worker) - --on-failure flag on create - --callback alias for --url - key regenerate sends X-Confirm-Destructive header Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9902b7f commit 3a327d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cueapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""CueAPI CLI — Your Agents' Cue to Act."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cueapi"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "CLI for CueAPI - the scheduling API for AI agents"
55
readme = "README.md"
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)