From 36609c962723534e8a6f8145a2252397df0e44e9 Mon Sep 17 00:00:00 2001 From: brightcoder01 <55301748+brightcoder01@users.noreply.github.com> Date: Thu, 9 Jul 2020 17:48:47 +0800 Subject: [PATCH] Bump the release version for v0.2.0rc2 (#2147) --- 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 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"