Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/RTXteam/RTX
Browse files Browse the repository at this point in the history
  • Loading branch information
edeutsch committed Apr 17, 2024
2 parents c80f84e + 4ab717c commit dcd48f1
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 dcd48f1

Please sign in to comment.