Skip to content

Commit a5436ce

Browse files
web-flowclaude
andcommitted
fix: pyproject.toml の版数を marketplace.json へ揃える
EmailingEssay 1.1.0 / VisualExpression 1.2.0 / EmotionPulse 1.4.0。 版数の同期先を plugin.json と marketplace.json の 2 点で止めており、 pyproject.toml が置き去りになっていた(`/doc-check` が検出)。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 79da553 commit a5436ce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

EmailingEssay/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "emailingessay"
7-
version = "1.0.2"
7+
version = "1.1.0"
88
description = "EmailingEssay - AI essay delivery via email"
99
requires-python = ">=3.10"
1010
license = {text = "MIT"}

EmotionPulse/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "emotionpulse"
7-
version = "1.3.1"
7+
version = "1.4.0"
88
description = "EmotionPulse - Emotion vector display for Claude Code statusline"
99
requires-python = ">=3.10"
1010
license = {text = "MIT"}

VisualExpression/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "visualexpression"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
description = "VisualExpression - Expression grid to HTML builder for AI avatars"
99
requires-python = ">=3.10"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)