diff --git a/pyproject.toml b/pyproject.toml index e9abe97..364d259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "quantms-rescoring" description = "quantms-rescoring: Python scripts and helpers for the quantMS workflow" readme = "README.md" license = "MIT" -version = "0.0.1" +version = "0.0.2" authors = [ "Yasset Perez-Riverol ", "Dai Chengxin ", diff --git a/quantmsrescore/__init__.py b/quantmsrescore/__init__.py index f102a9c..3b93d0b 100644 --- a/quantmsrescore/__init__.py +++ b/quantmsrescore/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6ab23a9..5df676d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ # recipe/meta.yaml package: name: quantms-rescoring - version: "0.0.1" + version: "0.0.2" source: path: ../