Skip to content

Commit 3f5108c

Browse files
release: v0.10.1 — re-publish aliases (PyPI 0.10.0 was preempted)
PyPI received an attune-help 0.10.0 release on 2026-04-30 that did not contain the alias frontmatter shipped in #4. Since PyPI does not allow re-uploading the same version, this hot-fix bumps to 0.10.1 so the alias content (tool-planning, tool-bug-predict, tool-fix-test, tool-deep-review, tool-doc-audit) actually reaches package consumers. The 0.10.0 release on PyPI is being yanked separately so new installs resolve to 0.10.1; existing pins to ==0.10.0 keep working but get a deprecation warning. No code or template changes beyond pyproject + uv.lock version bump — the aliases were merged in commit da7f960 (#4). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent da7f960 commit 3f5108c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "attune-help"
7-
version = "0.10.0"
7+
version = "0.10.1"
88
description = "Lightweight help runtime with progressive depth and audience adaptation."
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"

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)