File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
setup (
27
27
name = "elasticdl" ,
28
- version = "0.2.0rc5 .dev0" ,
28
+ version = "0.3.0rc0 .dev0" ,
29
29
description = "A Kubernetes-native Deep Learning Framework" ,
30
30
long_description = "ElasticDL is a Kubernetes-native deep learning framework"
31
31
" built on top of TensorFlow 2.0 that supports"
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = "elasticai-api" ,
24
- version = "0.2.0rc5 .dev0" ,
24
+ version = "0.3.0rc0 .dev0" ,
25
25
description = "The model development api for ElasticDL." ,
26
26
long_description = "This is the sdk for developing ElasticDL models."
27
27
" Model developers can use these APIs to support elastic and"
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = "elasticdl_client" ,
21
- version = "0.2.0rc5 .dev0" ,
21
+ version = "0.3.0rc0 .dev0" ,
22
22
description = "The client command line tool for ElasticDL." ,
23
23
long_description = "ElasticDL Client is the client command line tool for"
24
24
" ElasticDL. Users can use it to submit distributed ElasticDL jobs to"
Original file line number Diff line number Diff line change 22
22
23
23
setup (
24
24
name = "elasticdl_preprocessing" ,
25
- version = "0.2.0rc5 .dev0" ,
25
+ version = "0.3.0rc0 .dev0" ,
26
26
description = "A feature preprocessing library." ,
27
27
long_description = "This is an extension of the native Keras Preprocessing"
28
28
" Layers and Feature Column API from TensorFlow. We can develop our model"
You can’t perform that action at this time.
0 commit comments