Skip to content

Commit 4bc8a2a

Browse files
authored
Set a new version (#2506)
1 parent 3eb4051 commit 4bc8a2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="elasticdl",
28-
version="0.2.0rc5.dev0",
28+
version="0.3.0rc0.dev0",
2929
description="A Kubernetes-native Deep Learning Framework",
3030
long_description="ElasticDL is a Kubernetes-native deep learning framework"
3131
" built on top of TensorFlow 2.0 that supports"

setup_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="elasticai-api",
24-
version="0.2.0rc5.dev0",
24+
version="0.3.0rc0.dev0",
2525
description="The model development api for ElasticDL.",
2626
long_description="This is the sdk for developing ElasticDL models."
2727
" Model developers can use these APIs to support elastic and"

setup_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="elasticdl_client",
21-
version="0.2.0rc5.dev0",
21+
version="0.3.0rc0.dev0",
2222
description="The client command line tool for ElasticDL.",
2323
long_description="ElasticDL Client is the client command line tool for"
2424
" ElasticDL. Users can use it to submit distributed ElasticDL jobs to"

setup_preprocessing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="elasticdl_preprocessing",
25-
version="0.2.0rc5.dev0",
25+
version="0.3.0rc0.dev0",
2626
description="A feature preprocessing library.",
2727
long_description="This is an extension of the native Keras Preprocessing"
2828
" Layers and Feature Column API from TensorFlow. We can develop our model"

0 commit comments

Comments
 (0)