File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP
1010ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH
1111
1212ARG UI_ENABLED="1"
13- ARG UI_VERSION="v1.3.6 "
13+ ARG UI_VERSION="v1.3.7 "
1414ENV UI_ENABLED=$UI_ENABLED
1515ENV UI_VERSION=$UI_VERSION
1616
Original file line number Diff line number Diff line change 11FROM python:3.11.6-bookworm
22
33ARG UI_ENABLED="1"
4- ARG UI_VERSION="v1.3.6 "
4+ ARG UI_VERSION="v1.3.7 "
55ENV UI_ENABLED=$UI_ENABLED
66ENV UI_VERSION=$UI_VERSION
77
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def open_and_read_if_exists(path: str):
2222
2323setup (
2424 name = "metadata_service" ,
25- version = "2.4.4 " ,
25+ version = "2.4.5 " ,
2626 license = "Apache License 2.0" ,
2727 description = "Metadata Service: backend service for Metaflow" ,
2828 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments