Skip to content

Set the version on main to 0.4.0 - #460

Merged
alejoe91 merged 2 commits into
SpikeInterface:mainfrom
h-mayorquin:fix_version
Jul 30, 2026
Merged

Set the version on main to 0.4.0#460
alejoe91 merged 2 commits into
SpikeInterface:mainfrom
h-mayorquin:fix_version

Conversation

@h-mayorquin

Copy link
Copy Markdown
Collaborator

Main declares version = "0.3.2", the same as the published release, so
pip install git+https://github.com/SpikeInterface/probeinterface@main is a silent no-op for anyone
who already has 0.3.2 and exits 0 without installing anything. This broke neuroconv's daily
development job, which failed with AttributeError on has_spikegadgets_neuropixels_probes while
its own pip list printed probeinterface 0.3.2, so it was testing the release and reporting an
upstream API mismatch that does not exist (see catalystneuro/neuroconv#1828 "Fix the daily dev
workflows", which works around this with --force-reinstall --no-deps).

This is the "after release" bump that normally follows a
tag and was missed after 0.3.2. I used 0.4.0 because PR #454 "Prepare release 0.4.0" already carries
that number and makes the identical edit, so the two do not conflict.

@h-mayorquin
h-mayorquin requested a review from alejoe91 July 29, 2026 15:00
Comment thread pyproject.toml Outdated
[project]
name = "probeinterface"
version = "0.3.2"
version = "0.3.3"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

title says 0.4.0?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I did not push the last commit when I push this up. Check the latest commit.

@alejoe91
alejoe91 merged commit 87410e1 into SpikeInterface:main Jul 30, 2026
9 checks passed
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.

2 participants