Skip to content

Commit

Permalink
Merge pull request #1 from renayang2023/patch-1
Browse files Browse the repository at this point in the history
change trapi 1.4.0 to 1.5.0
  • Loading branch information
micheldumontier authored Apr 30, 2024
2 parents 9c32ea5 + 2d2b4db commit 5131c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trapi_predict_kit/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Settings(BaseSettings):
BIOLINK_VERSION: str = "3.1.0"
TRAPI_VERSION: str = "1.4.0"
TRAPI_VERSION: str = "1.5.0" #1.4.0

TIMEOUT: int = 30
LOG_LEVEL: str = "ERROR"
Expand Down

0 comments on commit 5131c7f

Please sign in to comment.