diff --git a/setup.py b/setup.py index f649086c9..2a3dbb32d 100644 --- a/setup.py +++ b/setup.py @@ -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" diff --git a/setup_client.py b/setup_client.py index c4bd3fd92..5b7df8124 100644 --- a/setup_client.py +++ b/setup_client.py @@ -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" diff --git a/setup_preprocessing.py b/setup_preprocessing.py index 46fed7f2a..055f322cf 100644 --- a/setup_preprocessing.py +++ b/setup_preprocessing.py @@ -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"