update to 0.9.9 in __init__.py and remove incubator
diff --git a/README.txt b/README.txt
index 4740ff5..9a7da1d 100644
--- a/README.txt
+++ b/README.txt
@@ -48,7 +48,7 @@
 SUPPORT
 =======
 
-http://predictionio.incubator.apache.org/support/
+http://predictionio.apache.org/support/
 
 
 Issue Tracker
diff --git a/predictionio/__init__.py b/predictionio/__init__.py
index 3ef8d96..a20f4cc 100644
--- a/predictionio/__init__.py
+++ b/predictionio/__init__.py
@@ -4,7 +4,7 @@
 """
 
 
-__version__ = "0.9.8"
+__version__ = "0.9.9"
 
 # import packages
 import re
diff --git a/setup.py b/setup.py
index fd735a0..968a9e5 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@
     from distutils.core import setup
 
 __author__ = "Apache PredictionIO"
-__email__ = "user@predictionio.incubator.apache.org"
+__email__ = "user@predictionio.apache.org"
 __copyright__ = "Copyright 2017 The Apache Software Foundation"
 __license__ = "Apache License, Version 2.0"
 
@@ -14,7 +14,7 @@
     author=__author__,
     author_email=__email__,
     packages=['predictionio'],
-    url='http://predictionio.incubator.apache.org/',
+    url='http://predictionio.apache.org/',
     license='LICENSE.txt',
     description='PredictionIO Python SDK',
     classifiers=[
@@ -44,7 +44,7 @@
                        - without worrying about scalability
 
                        Detailed documentation is available on our
-                       `documentation site <http://predictionio.incubator.apache.org/>`_.
+                       `documentation site <http://predictionio.apache.org/>`_.
 
                        This module provides convenient access of the
                        PredictionIO API to Python programmers so that they