Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier authored May 1, 2024
1 parent 5131c7f commit 7edaca0
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.5.0" #1.4.0
TRAPI_VERSION: str = "1.5.0"

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

0 comments on commit 7edaca0

Please sign in to comment.