Skip to content

Commit fb1a676

Browse files
committed
Update setup.py version to 2.3.2 (to pick up UI v1.1.4)
1 parent 1411d51 commit fb1a676

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP
66
ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH
77

88
ARG UI_ENABLED="1"
9-
ARG UI_VERSION="v1.1.3"
9+
ARG UI_VERSION="v1.1.4"
1010
ENV UI_ENABLED=$UI_ENABLED
1111
ENV UI_VERSION=$UI_VERSION
1212

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.7.13
22

33
ARG UI_ENABLED="1"
4-
ARG UI_VERSION="v1.1.3"
4+
ARG UI_VERSION="v1.1.4"
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.3.1",
25+
version="2.3.2",
2626
license="Apache License 2.0",
2727
description="Metadata Service: backend service for Metaflow",
2828
long_description=long_description,

0 commit comments

Comments
 (0)