diff --git a/setup.py b/setup.py index ed4033dc1..4e7fefb47 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="elasticdl", - version="0.2.0-rc0", + version="0.2.0rc0", 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 cb8168d29..862cfd31b 100644 --- a/setup_client.py +++ b/setup_client.py @@ -18,7 +18,7 @@ setup( name="elasticdl_client", - version="0.2.0-rc0", + version="0.2.0rc0", description="The client tool for ElasticDL.", author="Ant Financial", url="https://elasticdl.org", diff --git a/setup_preprocessing.py b/setup_preprocessing.py index b2a06b595..56caf0127 100644 --- a/setup_preprocessing.py +++ b/setup_preprocessing.py @@ -22,7 +22,7 @@ setup( name="elasticdl_preprocessing", - version="0.2.0-rc0", + version="0.2.0rc0", 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"