Skip to content

Commit

Permalink
Bump the release version for v0.2.0rc2 (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
brightcoder01 authored Jul 9, 2020
1 parent 9bb4724 commit 36609c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name="elasticdl",
version="develop",
version="0.2.0rc2",
description="A Kubernetes-native Deep Learning Framework",
long_description="ElasticDL is a Kubernetes-native deep learning framework"
" built on top of TensorFlow 2.0 that supports"
Expand Down
2 changes: 1 addition & 1 deletion setup_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="elasticdl_client",
version="develop",
version="0.2.0rc2",
description="The client command line tool for ElasticDL.",
long_description="ElasticDL Client is the client command line tool for"
" ElasticDL. Users can use it to submit distributed ElasticDL jobs to"
Expand Down
2 changes: 1 addition & 1 deletion setup_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="elasticdl_preprocessing",
version="develop",
version="0.2.0rc2",
description="A feature preprocessing library.",
long_description="This is an extension of the native Keras Preprocessing"
" Layers and Feature Column API from TensorFlow. We can develop our model"
Expand Down

0 comments on commit 36609c9

Please sign in to comment.