Release 1.0.4: version bump (missed by PR #31) - #32
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR #31 merged the ensemble plot-suppression fix, but the
1.0.4version-bump commit was pushed to the branch after that merge, so it never reachedmain—mainis still1.0.3.This brings the bump onto
mainso the release gates and a1.0.4build (TestPyPI/PyPI) can succeed. The previous TestPyPI dispatch failed with400 File already existsbecause it built1.0.3frommain, and1.0.3is already on TestPyPI.Changes (one commit, no conflicts — rebased on current
main):pyproject.toml:version = "1.0.4"src/nns/__init__.py:__version__ = "1.0.4"README.md: current-version row1.0.4Both release gates pass locally:
check_version_consistency.py→ OK (pyproject /__version__/ README agree)check_release_provenance.py --tag v1.0.4→ OKAfter merge, the branch can be deleted and a
1.0.4build will publish cleanly.https://claude.ai/code/session_01SCN3z9NTc2iBZKWX4XMWTu
Generated by Claude Code