Skip to content

Commit 36609c9

Browse files
Bump the release version for v0.2.0rc2 (#2147)
1 parent 9bb4724 commit 36609c9

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
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name="elasticdl",
27-
version="develop",
27+
version="0.2.0rc2",
2828
description="A Kubernetes-native Deep Learning Framework",
2929
long_description="ElasticDL is a Kubernetes-native deep learning framework"
3030
" 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="develop",
21+
version="0.2.0rc2",
2222
description="The client command line tool for ElasticDL.",
2323
long_description="ElasticDL Client is the client command line tool for"
2424
" ElasticDL. Users can use it to submit distributed ElasticDL jobs to"

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="develop",
25+
version="0.2.0rc2",
2626
description="A feature preprocessing library.",
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)