Skip to content

Commit

Permalink
update to TRAPI 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edeutsch committed Apr 17, 2024
1 parent 422be59 commit 4ab717c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ARAX/ARAXQuery/ARAX_messenger.py
Expand Up @@ -100,7 +100,7 @@ def create_envelope(self, response, describe=False):
envelope.type = "translator_reasoner_response"
envelope.resource_id = "ARAX"
envelope.tool_version = RTXConfiguration().version
envelope.schema_version = "1.4.0"
envelope.schema_version = "1.5.0"
envelope.biolink_version = biolink_helper.get_current_arax_biolink_version()
envelope.status = "OK"
envelope.description = "Created empty template response"
Expand Down

0 comments on commit 4ab717c

Please sign in to comment.