Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
grosenberger committed Jul 7, 2022
1 parent cbe82c6 commit 794be1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
long_description = f.read()

setup(name='pyprophet',
version="2.1.10",
version="2.1.11",
author="The PyProphet Developers",
author_email="[email protected]",
description="PyProphet: Semi-supervised learning and scoring of OpenSWATH results.",
Expand Down Expand Up @@ -67,4 +67,4 @@
]
},
ext_modules=ext_modules,
)
)

0 comments on commit 794be1e

Please sign in to comment.