From 1c4c63847451a76658f22e28261d223f8a6f2ce4 Mon Sep 17 00:00:00 2001 From: Justin Sing <32938975+singjc@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:24:16 -0500 Subject: [PATCH] Bump version from 3.0.6 to 3.0.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9af0130..a633f15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyprophet" -version = "3.0.6" +version = "3.0.7" description = "PyProphet: Semi-supervised learning and scoring of OpenSWATH results." readme = { file = "README.md", content-type = "text/markdown" } license = { text = "BSD" }