diff --git a/docs/docs/PythonUserGuide/install.md b/docs/docs/PythonUserGuide/install.md index 6c30e73d7f..277434a33d 100644 --- a/docs/docs/PythonUserGuide/install.md +++ b/docs/docs/PythonUserGuide/install.md @@ -7,14 +7,14 @@ For Python users, Analytics Zoo can be installed either [from pip](#install-from Analytics Zoo can be installed via pip easily using the following command. -***Install analytics-zoo-0.2.0.dev1*** +***Install analytics-zoo-0.2.0*** * Note that you might need to add `sudo` if you don't have the permission for installation. ```bash pip install --upgrade pip -pip install analytics-zoo==0.2.0.dev1 # for Python 2.7 -pip3 install analytics-zoo==0.2.0.dev1 # for Python 3.5 and Python 3.6 +pip install analytics-zoo==0.2.0 # for Python 2.7 +pip3 install analytics-zoo==0.2.0 # for Python 3.5 and Python 3.6 ``` **Important:** diff --git a/pom.xml b/pom.xml index 36964f3a9d..6c6a1f8357 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.intel.analytics.zoo zoo-parent pom - 0.2.0-SNAPSHOT + 0.2.0 zoo-parent A distributed analytics library for Apache Spark. diff --git a/pyzoo/zoo/version.py b/pyzoo/zoo/version.py index 3262a38454..522d06ff66 100644 --- a/pyzoo/zoo/version.py +++ b/pyzoo/zoo/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "0.2.0.dev1" +__version__ = "0.2.0" diff --git a/zoo/pom.xml b/zoo/pom.xml index 4789ff0159..b115445ccf 100644 --- a/zoo/pom.xml +++ b/zoo/pom.xml @@ -7,7 +7,7 @@ zoo-parent com.intel.analytics.zoo - 0.2.0-SNAPSHOT + 0.2.0 analytics-zoo-bigdl_${bigdl.version}-spark_${spark.version}