Skip to content

Commit

Permalink
update trapi version number
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbrar authored and kennethmorton committed May 24, 2022
1 parent cd7b41c commit fc4401c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/trapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def openapi(self) -> Dict[str, Any]:
"infores": self.infores,
}
openapi_schema["info"]["x-trapi"] = {
"version": "1.1.0",
"version": "1.2.0",
"externalDocs": {
"description": "The values for version are restricted according to the regex in this external JSON schema. See schema and examples at url",
"url": "https://github.com/NCATSTranslator/translator_extensions/blob/production/x-trapi/",
Expand Down

0 comments on commit fc4401c

Please sign in to comment.