update to 0.9.9 in __init__.py and remove incubator
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/commit/4d8c843e Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/tree/4d8c843e Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/diff/4d8c843e Branch: refs/heads/develop Commit: 4d8c843e3f7d940c8df01b2295d086857391ae40 Parents: 72a5092 Author: Shinsuke Sugaya <[email protected]> Authored: Fri Oct 20 22:12:44 2017 +0900 Committer: Shinsuke Sugaya <[email protected]> Committed: Fri Oct 20 22:12:44 2017 +0900 ---------------------------------------------------------------------- README.txt | 2 +- predictionio/__init__.py | 2 +- setup.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/blob/4d8c843e/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index 4740ff5..9a7da1d 100644 --- a/README.txt +++ b/README.txt @@ -48,7 +48,7 @@ To view the generated documentation, go to docs/build/html/index.html. SUPPORT ======= -http://predictionio.incubator.apache.org/support/ +http://predictionio.apache.org/support/ Issue Tracker http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/blob/4d8c843e/predictionio/__init__.py ---------------------------------------------------------------------- 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 @@ Python applications with PredictionIO REST API services. """ -__version__ = "0.9.8" +__version__ = "0.9.9" # import packages import re http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/blob/4d8c843e/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index fd735a0..968a9e5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ except ImportError: from distutils.core import setup __author__ = "Apache PredictionIO" -__email__ = "[email protected]" +__email__ = "[email protected]" __copyright__ = "Copyright 2017 The Apache Software Foundation" __license__ = "Apache License, Version 2.0" @@ -14,7 +14,7 @@ setup( 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 @@ setup( - 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
