diff --git a/setup.py b/setup.py index 4e7fefb47..c708d9fce 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="elasticdl", - version="0.2.0rc0", + version="0.2.0rc1", 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 862cfd31b..3b014d11f 100644 --- a/setup_client.py +++ b/setup_client.py @@ -18,7 +18,7 @@ setup( name="elasticdl_client", - version="0.2.0rc0", + version="0.2.0rc1", description="The client tool for ElasticDL.", author="Ant Financial", url="https://elasticdl.org", diff --git a/setup_preprocessing.py b/setup_preprocessing.py index 56caf0127..73b3f86a5 100644 --- a/setup_preprocessing.py +++ b/setup_preprocessing.py @@ -22,7 +22,7 @@ setup( name="elasticdl_preprocessing", - version="0.2.0rc0", + version="0.2.0rc1", description="A Kubernetes-native Deep Learning Framework", long_description="This is an extension of the native Keras Preprocessing" " Layers and Feature Column API from TensorFlow. We can develop our model"