fix version numbers
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/cd72584e Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/tree/cd72584e Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/diff/cd72584e Branch: refs/heads/master Commit: cd72584e3617109eb9f77fe9e7489dd3cc2c9d6b Parents: 73adea9 Author: EmergentOrder <[email protected]> Authored: Tue Nov 3 14:13:23 2015 -0400 Committer: EmergentOrder <[email protected]> Committed: Tue Nov 3 14:13:23 2015 -0400 ---------------------------------------------------------------------- docs/source/conf.py | 2 +- predictionio/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/blob/cd72584e/docs/source/conf.py ---------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index d52d83e..5139b89 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ copyright = u'2014, TappingStone, Inc.' # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.6' +release = '0.9.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/blob/cd72584e/predictionio/__init__.py ---------------------------------------------------------------------- diff --git a/predictionio/__init__.py b/predictionio/__init__.py index 699b2db..b429b4e 100644 --- a/predictionio/__init__.py +++ b/predictionio/__init__.py @@ -4,7 +4,7 @@ Python applications with PredictionIO REST API services. """ -__version__ = "0.9.6" +__version__ = "0.9.8" # import packages import re http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/blob/cd72584e/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 67b12e3..eeafe17 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ __license__ = "Apache License, Version 2.0" setup( name='PredictionIO', - version="0.9.6", + version="0.9.8", author=__author__, author_email=__email__, packages=['predictionio'],
