From 64c6a60f9e67f807f60889945b347ddbfe2552d8 Mon Sep 17 00:00:00 2001 From: Justin Sing <32938975+singjc@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:42:17 -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 7e8fb47..2c14525 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ long_description = f.read() setup(name='pyprophet', - version="2.2.8", + version="2.2.9", author="The PyProphet Developers", author_email="rocksportrocker@gmail.com", description="PyProphet: Semi-supervised learning and scoring of OpenSWATH results.",