Skip to content

Commit

Permalink
Bum patch version and update contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
maximusunc committed Aug 18, 2023
1 parent 3b437e3 commit 8916d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@

openapi_args = dict(
title="Answer Appraiser",
version="0.3.3",
version="0.3.4",
terms_of_service="",
translator_component="Utility",
translator_teams=["Standards Reference Implementation Team"],
infores="infores:answer-appraiser",
contact={
"name": "Abrar Mesbah",
"email": "amesbah@covar.com",
"x-id": "uhbrar",
"name": "Max Wang",
"email": "max@covar.com",
"x-id": "maximusunc",
"x-role": "responsible developer",
},
)
Expand Down

0 comments on commit 8916d2b

Please sign in to comment.