Skip to content

Commit e182650

Browse files
committed
chore: Bump version to 0.1.2
1 parent 74d927e commit e182650

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-sequencer",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Claude Code skill + MCP server that lets a Python script drive an AI agent through strictly-defined workflows and long-running tasks.",
55
"author": {
66
"name": "OPENSPHERE Inc.",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-sequencer"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "MCP skill + server that lets a Python script drive an AI agent through strictly-defined workflows and long-running tasks."
55
readme = "README.md"
66
license = { text = "MIT" }

src/agent_sequencer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
See documents/agent-sequencer/implementation-plan.md for design details.
77
"""
88

9-
__version__ = "0.1.1"
9+
__version__ = "0.1.2"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)