From 470ae6dc3075b0efb8bfc790c468b26db3876db6 Mon Sep 17 00:00:00 2001 From: Justin Sing <32938975+singjc@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:35:18 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92ab53e..8efdc40 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ long_description = f.read() setup(name='pyprophet', - version="2.2.6", + version="2.2.7", author="The PyProphet Developers", author_email="rocksportrocker@gmail.com", description="PyProphet: Semi-supervised learning and scoring of OpenSWATH results.",