Skip to content

fix: bump python __version__ to 0.6.0 (missed by PR #37) - #38

Merged
sipemu merged 1 commit into
mainfrom
fix/py-version-0.6.0
Aug 19, 2026
Merged

fix: bump python __version__ to 0.6.0 (missed by PR #37)#38
sipemu merged 1 commit into
mainfrom
fix/py-version-0.6.0

Conversation

@sipemu

@sipemu sipemu commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Context

The v0.6.0 PyPI publish run (32041071413) failed with 400 File already exists because maturin built 0.5.0-named wheels — the version bump had only landed in Cargo.lock.

PR #37 (c0f1bed) fixed the wheel-name blocker by bumping Cargo.toml and pyproject.toml to 0.6.0, and (7e3c3bb) added skip-existing to the prod publish step. However it missed python/polars_statistics/__init__.py, where __version__ was still "0.5.0".

Change

Bump __version__ 0.5.0 → 0.6.0 so the installed package reports its version correctly at runtime. This matters because a 0.6.0 wheel can only be published to PyPI once — we want the shipped artifact to report the right version.

After this merges, all four version sources agree on 0.6.0 (Cargo.toml, pyproject.toml, Cargo.lock, __init__.py), and the publish can be re-triggered (the v0.6.0 tag still points at the pre-fix commit and must be re-pointed, or use workflow_dispatch → pypi).

🤖 Generated with Claude Code


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

PR #37 bumped Cargo.toml and pyproject.toml (fixing the wheel name that had
caused the v0.6.0 PyPI publish to fail with '400 File already exists') but
left python/polars_statistics/__init__.py __version__ at 0.5.0, so the
installed package would misreport its version at runtime. Align it to 0.6.0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sipemu
sipemu merged commit 4b7b512 into main Aug 19, 2026
19 checks passed
@sipemu
sipemu deleted the fix/py-version-0.6.0 branch August 19, 2026 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant