diff --git a/chord_metadata_service/mohpackets/docs/schema.yml b/chord_metadata_service/mohpackets/docs/schema.yml index 5953f3587..b89b55125 100644 --- a/chord_metadata_service/mohpackets/docs/schema.yml +++ b/chord_metadata_service/mohpackets/docs/schema.yml @@ -3,6 +3,7 @@ info: title: MoH Service API version: 1.0.0 description: This is the RESTful API for the MoH Service. Based on commit "f4e70c5ba2eb72ae58529f403374cd6dffc93765". + paths: /v2/authorized/biomarkers/: get: diff --git a/chord_metadata_service/mohpackets/utils.py b/chord_metadata_service/mohpackets/utils.py index fe402627a..b330df3d4 100644 --- a/chord_metadata_service/mohpackets/utils.py +++ b/chord_metadata_service/mohpackets/utils.py @@ -8,7 +8,7 @@ ##################################################### # Format: major.minor.patch.status -VERSION = (2, 1, 0, "dev") +VERSION = (2, 2, 0, "stable") def get_version():