Skip to content

Commit d9d70b7

Browse files
dcjclaude
andcommitted
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

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 = "ebus-sdk"
7-
version = "0.1.8"
7+
version = "0.1.10"
88
description = "Python SDK for Homie MQTT Convention (eBus)"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)