We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f05c93 commit f688b0cCopy full SHA for f688b0c
predictionio/__init__.py
@@ -5,7 +5,7 @@
5
"""
6
7
8
-__version__ = "0.8.0"
+__version__ = "0.8.1"
9
10
# import deprecated libraries.
11
from predictionio.obsolete import Client
setup.py
@@ -10,7 +10,7 @@
setup(
12
name='PredictionIO',
13
- version="0.8.0",
+ version="0.8.1",
14
author=__author__,
15
author_email=__email__,
16
packages=['predictionio'],
0 commit comments