Skip to content

Commit

Permalink
Merge pull request #75 from PRIDE-Archive/python3
Browse files Browse the repository at this point in the history
version number
  • Loading branch information
colin-combe authored Apr 25, 2024
2 parents 3a67c4b + f597a5e commit 17d155d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_version(rel_path):

setup(
name="xi-mzidentml-converter",
version="0.1.23",
version="0.1.24",
description="xi-mzidentml-converter uses pyteomics (https://pyteomics.readthedocs.io/en/latest/index.html) to parse mzIdentML files (v1.2.0) and extract crosslink information. Results are written to a relational database (PostgreSQL or SQLite) using sqlalchemy.",
long_description_content_type="text/markdown",
long_description=long_description,
Expand Down

0 comments on commit 17d155d

Please sign in to comment.