Skip to content

Commit 8a8736d

Browse files
committed
v2.4.5
1 parent 3d90be1 commit 8a8736d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP
1010
ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH
1111

1212
ARG UI_ENABLED="1"
13-
ARG UI_VERSION="v1.3.6"
13+
ARG UI_VERSION="v1.3.7"
1414
ENV UI_ENABLED=$UI_ENABLED
1515
ENV UI_VERSION=$UI_VERSION
1616

Dockerfile.ui_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.11.6-bookworm
22

33
ARG UI_ENABLED="1"
4-
ARG UI_VERSION="v1.3.6"
4+
ARG UI_VERSION="v1.3.7"
55
ENV UI_ENABLED=$UI_ENABLED
66
ENV UI_VERSION=$UI_VERSION
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def open_and_read_if_exists(path: str):
2222

2323
setup(
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,

0 commit comments

Comments
 (0)