Skip to content

Commit

Permalink
change trapi 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renayang2023 authored Apr 26, 2024
1 parent 9c32ea5 commit 2d2b4db
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 2d2b4db

Please sign in to comment.