Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyprophet"
version = "3.0.6"
version = "3.0.7"
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

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

The project version is bumped to 3.0.7, but CHANGELOG.md currently has no entries for 3.0.6 or 3.0.7 (latest is 3.0.5). If this PR represents a release bump, please add a corresponding changelog section (or update whatever release-notes source is used) so the version history stays consistent.

Suggested change
version = "3.0.7"
version = "3.0.5"

Copilot uses AI. Check for mistakes.
description = "PyProphet: Semi-supervised learning and scoring of OpenSWATH results."
readme = { file = "README.md", content-type = "text/markdown" }
license = { text = "BSD" }
Expand Down
Loading