Skip to content

Commit d4841a3

Browse files
feat: add update, --worker, --payload, --on-failure, key regen fix
release: v0.1.3
2 parents 9902b7f + 3a327d0 commit d4841a3

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)