From 216f6ca879b81bc366230c679ca0d59be8278c10 Mon Sep 17 00:00:00 2001 From: brightcoder01 Date: Thu, 2 Jul 2020 14:39:03 +0800 Subject: [PATCH] Update the version format. --- setup.py | 2 +- setup_client.py | 2 +- setup_preprocessing.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"