diff --git a/python/dllib/src/bigdl/dllib/models/textclassifier/README.md b/python/dllib/src/bigdl/dllib/models/textclassifier/README.md index ca184a81e0b..5150e737b75 100644 --- a/python/dllib/src/bigdl/dllib/models/textclassifier/README.md +++ b/python/dllib/src/bigdl/dllib/models/textclassifier/README.md @@ -28,8 +28,8 @@ $ [/tmp/news20]$ tree . -L 1 - The example code would automatically download the data during the first run. ### Run via pip install -- [Install from pip](https://bigdl-project.github.io/0.12.0-SNAPSHOT/#PythonUserGuide/install-from-pip/) -- Optional: check [Run after pip install](https://bigdl-project.github.io/0.12.0-SNAPSHOT/#PythonUserGuide/run-from-pip/) +- [Install from pip](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/install-from-pip/) +- Optional: check [Run after pip install](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/run-from-pip/) - Run the following command locally ``` python ${BigDL_HOME}/pyspark/bigdl/models/textclassifier/textclassifier.py --max_epoch 3 --model cnn @@ -37,8 +37,8 @@ python ${BigDL_HOME}/pyspark/bigdl/models/textclassifier/textclassifier.py --max ``` ### Run via spark-submit -- [Install without pip](https://bigdl-project.github.io/0.12.0-SNAPSHOT/#PythonUserGuide/install-without-pip/) -- Optional: check [Run without pip](https://bigdl-project.github.io/0.12.0-SNAPSHOT/#PythonUserGuide/run-without-pip/) +- [Install without pip](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/install-without-pip/) +- Optional: check [Run without pip](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/run-without-pip/) - Run the following command ```{r, engine='sh'} PYTHONHASHSEED=0 diff --git a/version.py b/version.py index b02a11aac5c..4f81c266b13 100644 --- a/version.py +++ b/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "0.12.0.dev0" +__version__ = "0.13.0.dev0"