Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 4d8c843

Browse files
committedOct 20, 2017
update to 0.9.9 in __init__.py and remove incubator
1 parent 72a5092 commit 4d8c843

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To view the generated documentation, go to docs/build/html/index.html.
4848
SUPPORT
4949
=======
5050

51-
http://predictionio.incubator.apache.org/support/
51+
http://predictionio.apache.org/support/
5252

5353

5454
Issue Tracker

‎predictionio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66

7-
__version__ = "0.9.8"
7+
__version__ = "0.9.9"
88

99
# import packages
1010
import re

‎setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.core import setup
55

66
__author__ = "Apache PredictionIO"
7-
__email__ = "user@predictionio.incubator.apache.org"
7+
__email__ = "user@predictionio.apache.org"
88
__copyright__ = "Copyright 2017 The Apache Software Foundation"
99
__license__ = "Apache License, Version 2.0"
1010

@@ -14,7 +14,7 @@
1414
author=__author__,
1515
author_email=__email__,
1616
packages=['predictionio'],
17-
url='http://predictionio.incubator.apache.org/',
17+
url='http://predictionio.apache.org/',
1818
license='LICENSE.txt',
1919
description='PredictionIO Python SDK',
2020
classifiers=[
@@ -44,7 +44,7 @@
4444
- without worrying about scalability
4545
4646
Detailed documentation is available on our
47-
`documentation site <http://predictionio.incubator.apache.org/>`_.
47+
`documentation site <http://predictionio.apache.org/>`_.
4848
4949
This module provides convenient access of the
5050
PredictionIO API to Python programmers so that they

0 commit comments

Comments
 (0)
Failed to load comments.