From 6e045929906746b7edddf42a5f9fd15a899f8df9 Mon Sep 17 00:00:00 2001 From: Patricia Skowronek Date: Fri, 22 Dec 2023 16:00:26 +0100 Subject: [PATCH] Fix: corrected version in __init__ --- pydiaid/__init__.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pydiaid/__init__.py b/pydiaid/__init__.py index 09741c8..e6de118 100644 --- a/pydiaid/__init__.py +++ b/pydiaid/__init__.py @@ -2,7 +2,7 @@ __project__ = "pydiaid" -__version__ = "0.0.1" +__version__ = "0.0.19" __license__ = "Apache" __description__ = "An open-source Python package of the AlphaPept ecosystem" __author__ = "Mann Labs" @@ -12,6 +12,13 @@ "bioinformatics", "software", "AlphaPept ecosystem", + "ms", + "mass spectrometry", + "bruker", + "timsTOF", + "proteomics", + "bioinformatics", + "diaPASEF", ] __python_version__ = ">=3.8,<3.10" __classifiers__ = [