Commit d9d70b7
Fix pyproject.toml version (was missed in 0.1.9 + 0.1.10 bumps)
The previous two version bumps (0.1.9 in commit cd09c8c, 0.1.10 in
commit ff36a9e) updated setup.py but failed to update pyproject.toml,
leaving it at 0.1.8. The PyPI publish workflow uses pyproject.toml for
the [project].version, so the workflow tried to republish 0.1.8 (already
on PyPI, immutable) and failed.
Bringing pyproject.toml into line at 0.1.10 (matching the current
setup.py) so the next workflow run publishes the actual fix content.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ff36a9e commit d9d70b7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments