Skip to content

Commit cdc66f0

Browse files
committed
chore: release v0.11.1
1 parent 0f4dda4 commit cdc66f0

5 files changed

Lines changed: 16 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"repo": "Martian-Engineering/maniple"
1717
},
1818
"description": "MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2",
19-
"version": "0.11.0",
19+
"version": "0.11.1",
2020
"author": {
2121
"name": "Josh Lehman"
2222
},

.claude-plugin/plugin.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maniple",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2",
55
"author": {
66
"name": "Josh Lehman",
@@ -10,7 +10,12 @@
1010
"homepage": "https://github.com/Martian-Engineering/maniple",
1111
"repository": "https://github.com/Martian-Engineering/maniple",
1212
"license": "MIT",
13-
"keywords": ["mcp", "iterm2", "orchestration", "multi-agent"],
13+
"keywords": [
14+
"mcp",
15+
"iterm2",
16+
"orchestration",
17+
"multi-agent"
18+
],
1419
"commands": "./commands/",
1520
"mcpServers": "./.mcp.json"
1621
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.1]
11+
12+
- Fix PyPI distribution name: publish as `maniple-mcp` (PyPI rejects `maniple`).
13+
1014
## [0.11.0] - 2026-02-10
1115

1216
### Changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "maniple"
3-
version = "0.11.0"
2+
name = "maniple-mcp"
3+
version = "0.11.1"
44
description = "MCP server for managing multiple Claude Code sessions via iTerm2"
55
readme = "README.md"
66
requires-python = ">=3.11"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)