File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP
6
6
ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH
7
7
8
8
ARG UI_ENABLED="1"
9
- ARG UI_VERSION="v1.1.3 "
9
+ ARG UI_VERSION="v1.1.4 "
10
10
ENV UI_ENABLED=$UI_ENABLED
11
11
ENV UI_VERSION=$UI_VERSION
12
12
Original file line number Diff line number Diff line change 1
1
FROM python:3.7.13
2
2
3
3
ARG UI_ENABLED="1"
4
- ARG UI_VERSION="v1.1.3 "
4
+ ARG UI_VERSION="v1.1.4 "
5
5
ENV UI_ENABLED=$UI_ENABLED
6
6
ENV UI_VERSION=$UI_VERSION
7
7
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def open_and_read_if_exists(path: str):
22
22
23
23
setup (
24
24
name = "metadata_service" ,
25
- version = "2.3.1 " ,
25
+ version = "2.3.2 " ,
26
26
license = "Apache License 2.0" ,
27
27
description = "Metadata Service: backend service for Metaflow" ,
28
28
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments