Skip to content

Commit be21b5f

Browse files
Bump the rc version. (#2116)
1 parent 592a6fb commit be21b5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name="elasticdl",
26-
version="0.2.0rc0",
26+
version="0.2.0rc1",
2727
description="A Kubernetes-native Deep Learning Framework",
2828
long_description="ElasticDL is a Kubernetes-native deep learning framework"
2929
" built on top of TensorFlow 2.0 that supports"

setup_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="elasticdl_client",
21-
version="0.2.0rc0",
21+
version="0.2.0rc1",
2222
description="The client tool for ElasticDL.",
2323
author="Ant Financial",
2424
url="https://elasticdl.org",

setup_preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="elasticdl_preprocessing",
25-
version="0.2.0rc0",
25+
version="0.2.0rc1",
2626
description="A Kubernetes-native Deep Learning Framework",
2727
long_description="This is an extension of the native Keras Preprocessing"
2828
" Layers and Feature Column API from TensorFlow. We can develop our model"

0 commit comments

Comments
 (0)