diff --git a/cueapi/__init__.py b/cueapi/__init__.py index d31f86e..460dc73 100644 --- a/cueapi/__init__.py +++ b/cueapi/__init__.py @@ -1,3 +1,3 @@ """CueAPI CLI — Your Agents' Cue to Act.""" -__version__ = "0.1.0" +__version__ = "0.1.3" diff --git a/pyproject.toml b/pyproject.toml index 75db340..258ca70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cueapi" -version = "0.1.2" +version = "0.1.3" description = "CLI for CueAPI - the scheduling API for AI agents" readme = "README.md" license = { text = "MIT" }